changeset 267:870b6a01179b

Update to new tags field names
author charles
date Sun, 25 Jan 2009 18:21:17 +0000
parents 0563e7fac4a0
children dd5c9fa64132
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)