We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d042b8e commit a712882Copy full SHA for a712882
src/dir.c
@@ -217,6 +217,7 @@ pgFileInit(const char *path)
217
218
file->path = pgut_malloc(strlen(path) + 1);
219
strcpy(file->path, path); /* enough buffer size guaranteed */
220
+ canonicalize_path(file->path);
221
222
/* Get file name from the path */
223
file_name = last_dir_separator(file->path);
0 commit comments