Commit 29f84aa0 authored by Pierre Ynard's avatar Pierre Ynard

Correct English in comment

parent 594a75c4
...@@ -1078,7 +1078,7 @@ char *make_URI (const char *path) ...@@ -1078,7 +1078,7 @@ char *make_URI (const char *path)
#ifndef WIN32 #ifndef WIN32
/* \\host\share\path -> smb://host/share/path */ /* \\host\share\path -> smb://host/share/path */
if (strchr (path + 2, '\\') != NULL) if (strchr (path + 2, '\\') != NULL)
{ /* Convert antislashes to slashes */ { /* Convert backslashes to slashes */
char *dup = strdup (path); char *dup = strdup (path);
if (dup == NULL) if (dup == NULL)
return NULL; return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment