mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 10:55:46 +08:00
Advance past both parts of dos based <letter>: filepath prefix.
This commit is contained in:
@ -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 + 1;
|
||||
slash = filename + 2;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user