diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-26 23:15:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-26 23:15:58 +0000 |
commit | a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2 (patch) | |
tree | 35ffa5ce3f90f2cbef73d90ec9bfa066f224460f /binutils/bucomm.c | |
parent | 7c03c75e90b0285da390f0f2b0bc10a145aaf107 (diff) | |
download | gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.zip gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.tar.gz gdb-a0c0ddf7e8b13d20ec9990127ad5cc0767308ac2.tar.bz2 |
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 a40a599..86c327f 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 |