Commit 49c46444 by Neil Booth Committed by Neil Booth

* fix-header.c (read_scan_file): Fix thinko.

From-SVN: r64401
parent 1fe668e5
2003-03-15 Neil Booth <neil@daikokuya.co.uk>
* fix-header.c (read_scan_file): Fix thinko.
2003-03-15 Glen Nakamura <glen@imodulo.com>
* reload1.c (choose_reload_regs): Use && instead of ||
......
......@@ -644,7 +644,7 @@ read_scan_file (in_fname, argc, argv)
else if (i + 1 == argc)
strings_processed = 0;
else
strings_processed = 2, add_path (argv[i + 2], BRACKET, false);
strings_processed = 2, add_path (argv[i + 1], BRACKET, false);
}
else if (argv[i][1] == 'D')
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment