forked from Imagelibrary/binutils-gdb
Eli Zaretskii's DOSish file name patches.
This commit is contained in:
@@ -15,7 +15,7 @@ DEFUN (search_list_append, (list, paths),
|
||||
do
|
||||
{
|
||||
beg = colon + 1;
|
||||
colon = strchr (beg, ':');
|
||||
colon = strchr (beg, PATH_SEP_CHAR);
|
||||
if (colon)
|
||||
{
|
||||
len = colon - beg;
|
||||
|
||||
Reference in New Issue
Block a user