Fix FindInputFormat.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5577 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -118,7 +118,7 @@ static void OptRead (const char* Opt, const char* Arg)
|
||||
const char* Format = GetAttrVal (C, "format");
|
||||
if (Format != 0) {
|
||||
IF = FindInputFormat (Format);
|
||||
if (IF <= 0) {
|
||||
if (IF < 0) {
|
||||
Error ("Unknown input format `%s'", Format);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user