Save a few bytes when writing file list entries to the object file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4929 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -265,7 +265,7 @@ void WriteFiles (void)
|
||||
/* Write the fields */
|
||||
ObjWriteVar (F->Name);
|
||||
ObjWrite32 (F->MTime);
|
||||
ObjWrite32 (F->Size);
|
||||
ObjWriteVar (F->Size);
|
||||
}
|
||||
|
||||
/* Done writing files */
|
||||
|
||||
Reference in New Issue
Block a user