(absolute_filename): Use absolutefn.
This commit is contained in:
parent
13f8accb34
commit
b4bcc0c4a8
1 changed files with 1 additions and 1 deletions
|
@ -4425,7 +4425,7 @@ absolute_filename (file, cwd)
|
|||
cp = slashp;
|
||||
do
|
||||
cp--;
|
||||
while (cp >= res && *cp != '/');
|
||||
while (cp >= res && !absolutefn (cp));
|
||||
if (*cp == '/')
|
||||
{
|
||||
strcpy (cp, slashp + 3);
|
||||
|
|
Loading…
Add table
Reference in a new issue