mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
Fix error which slipped in in '-L' command line parameter handling.
This commit is contained in:
+1
-1
@@ -696,7 +696,7 @@ static void ParseCommandLine(void)
|
||||
LabelFileName = GetArg (&I, 3);
|
||||
break;
|
||||
default:
|
||||
OptLibPath (Arg, InputFiles[I].FileName);
|
||||
OptLibPath (Arg, GetArg (&I, 2));
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user