[vlc-commits] commit: Correct English in comment (Pierre Ynard )
git at videolan.org
git at videolan.org
Tue May 11 07:38:47 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue May 11 07:38:03 2010 +0200| [29f84aa06dcf33f1c57a05b1d7b64383fa213714] | committer: Pierre Ynard
Correct English in comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29f84aa06dcf33f1c57a05b1d7b64383fa213714
---
src/text/strings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/text/strings.c b/src/text/strings.c
index 602f8d5..7c5bb0f 100644
--- a/src/text/strings.c
+++ b/src/text/strings.c
@@ -1078,7 +1078,7 @@ char *make_URI (const char *path)
#ifndef WIN32
/* \\host\share\path -> smb://host/share/path */
if (strchr (path + 2, '\\') != NULL)
- { /* Convert antislashes to slashes */
+ { /* Convert backslashes to slashes */
char *dup = strdup (path);
if (dup == NULL)
return NULL;
More information about the vlc-commits
mailing list