Eli Zaretskii's DOSish file name patches.

This commit is contained in:
Alan Modra
2000-05-26 13:11:57 +00:00
parent 010c70e10f
commit 5af11cab92
31 changed files with 692 additions and 616 deletions

View File

@@ -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;