One more place where OutputNameUsed must be flagged.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4844 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -511,6 +511,7 @@ static void ParseMemory (void)
|
|||||||
*/
|
*/
|
||||||
if ((M->Attr & MA_FILE) == 0) {
|
if ((M->Attr & MA_FILE) == 0) {
|
||||||
FileInsert (GetFile (GetStringId (OutputName)), M);
|
FileInsert (GetFile (GetStringId (OutputName)), M);
|
||||||
|
OutputNameUsed = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user