diff options
author | 2000-06-26 23:15:58 +0000 | |
---|---|---|
committer | 2000-06-26 23:15:58 +0000 | |
commit | a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2 (patch) | |
tree | 35ffa5ce3f90f2cbef73d90ec9bfa066f224460f /binutils/bucomm.c | |
parent | 2000-06-26 Scott Bambrough <scottb@netwinder.org> (diff) | |
download | binutils-gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.tar.gz binutils-gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.tar.bz2 binutils-gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.zip |
Revert incorrect 2000-06-25 patch.
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r-- | binutils/bucomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c index a40a599ee35..86c327fd433 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -222,7 +222,7 @@ make_tempname (filename) if (slash == NULL || (bslash != NULL && bslash > slash)) slash = bslash; if (slash == NULL && filename[0] != '\0' && filename[1] == ':') - slash = filename + 2; + slash = filename + 1; } #endif |