Implemented main conversion module.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5587 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-10 13:50:53 +00:00
parent 1aaff0ce2f
commit 7563f4096c
5 changed files with 67 additions and 16 deletions

View File

@@ -297,7 +297,7 @@ static void OptWrite (const char* Opt, const char* Arg)
}
/* Write the file */
WriteOutputFile (FileName, 0, OF);
WriteOutputFile (FileName, D, OF);
/* Delete the attribute list */
FreeCollection (A);