Pass the source image of the conversion down to the output function, so they
are able to output the image properties as comments. git-svn-id: svn://svn.cc65.org/cc65/trunk@5616 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -303,7 +303,7 @@ static void OptWrite (const char* Opt attribute ((unused)), const char* Arg)
|
||||
Collection* A = ParseAttrList (Arg, NameList, 2);
|
||||
|
||||
/* Write the file */
|
||||
WriteOutputFile (D, A);
|
||||
WriteOutputFile (D, A, C);
|
||||
|
||||
/* Delete the attribute list */
|
||||
FreeAttrList (A);
|
||||
|
||||
Reference in New Issue
Block a user