diff options
author | Nicolas Roche <roche@act-europe.fr> | 2003-09-04 08:30:02 +0200 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2003-09-04 06:30:02 +0000 |
commit | c5ef564bebaa4e7abb41636a565e43ddbeb268a6 (patch) | |
tree | a4d811da2463fac71e2982875dfaad1a229a9e11 /gcc/gcc.c | |
parent | 04b379ba09f402ebb87e514c38f5e999427ffd29 (diff) | |
download | gcc-c5ef564bebaa4e7abb41636a565e43ddbeb268a6.zip gcc-c5ef564bebaa4e7abb41636a565e43ddbeb268a6.tar.gz gcc-c5ef564bebaa4e7abb41636a565e43ddbeb268a6.tar.bz2 |
* gcc.c (process_command): Fix typo.
From-SVN: r71050
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3186,7 +3186,7 @@ process_command (int argc, const char *const *argv) if (IS_DIR_SEPARATOR (*temp) && strncmp (temp + 1, "lib", 3) == 0 && IS_DIR_SEPARATOR (temp[4]) - && strncmp (temp + 5, "gcc", 7) == 0) + && strncmp (temp + 5, "gcc", 3) == 0) len -= sizeof ("/lib/gcc/") - 1; } |