Browse Source

Fix for the problem I posted to internals@.

PEAR_1_4DEV
Sebastian Bergmann 23 years ago
parent
commit
ef9dfc00ff
  1. 3
      TSRM/tsrm_virtual_cwd.c

3
TSRM/tsrm_virtual_cwd.c

@ -352,9 +352,6 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
path_length = new_path_length;
} else {
free(new_path);
if (GetLastError() != ERROR_FILE_NOT_FOUND) {
return 1;
}
}
}
#endif

Loading…
Cancel
Save