fix is_abs_path
This commit is contained in:
parent
0779639baf
commit
79e6e3fcc1
@ -496,9 +496,8 @@ static Int is_absolute_file_name(USES_REGS1) { /* file_base_name(Stream,N) */
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
freeBuffer( buf );
|
freeBuffer( buf );
|
||||||
return rc;
|
|
||||||
}
|
}
|
||||||
return false;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Int file_base_name(USES_REGS1) { /* file_base_name(Stream,N) */
|
static Int file_base_name(USES_REGS1) { /* file_base_name(Stream,N) */
|
||||||
|
Reference in New Issue
Block a user