changeset 256:12c59b1f8b6e

Update to new tags field names
author charles <charles>
date Sun, 25 Jan 2009 18:21:17 +0000
parents 6bfeafb85255
children f3ea49960a82
files utils/mkyaffsimage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils/mkyaffsimage.c
+++ b/utils/mkyaffsimage.c
@@ -241,7 +241,7 @@ static int write_chunk(__u8 *data, __u32
 	
 	t.chunkId = chunkId;
 	t.serialNumber = 0;
-	t.byteCount = nBytes;
+	t.byteCountLSB = nBytes;
 	t.objectId = objId;
 
     if (convert_endian)