summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index 2a4f4728..718a0a9a 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -439,6 +439,7 @@ iString *localFilePathFromUrl_String(const iString *d) {
439 if (startsWith_String(path, "/")) { 439 if (startsWith_String(path, "/")) {
440 remove_Block(&path->chars, 0, 1); 440 remove_Block(&path->chars, 0, 1);
441 } 441 }
442 replace_Block(&path->chars, '/', '\\');
442#endif 443#endif
443 return path; 444 return path;
444} 445}