projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe668e
)
* fix-header.c (read_scan_file): Fix thinko.
author
Neil Booth
<neil@daikokuya.co.uk>
Sat, 15 Mar 2003 13:14:00 +0000
(13:14 +0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Sat, 15 Mar 2003 13:14:00 +0000
(13:14 +0000)
From-SVN: r64401
gcc/ChangeLog
patch
|
blob
|
history
gcc/fix-header.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 9836c02c05042d3bab7dc3e40300f78fa2c04045..6f259302fb5daee6bfdf78209abec135fb671bff 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+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 ||
diff --git
a/gcc/fix-header.c
b/gcc/fix-header.c
index 930728ee73b1cd637aea11d72408d46dab92bdc6..36e1d7cbedb0acb752cf1e4a5e22b6285e908366 100644
(file)
--- a/
gcc/fix-header.c
+++ b/
gcc/fix-header.c
@@
-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')
{