fix is_abs_path

This commit is contained in:
Vitor Santos Costa 2016-06-02 12:49:06 +01:00
parent 0779639baf
commit 79e6e3fcc1

View File

@ -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) */