[vlc-commits] Win32: remove a warning
Jean-Baptiste Kempf
git at videolan.org
Sat Feb 26 01:55:39 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 26 01:53:46 2011 +0100| [1a5e244c7b8c1d2a6ce91aa98c6ea8658698faa6] | committer: Jean-Baptiste Kempf
Win32: remove a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1a5e244c7b8c1d2a6ce91aa98c6ea8658698faa6
---
src/extras/libc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/extras/libc.c b/src/extras/libc.c
index 4d56540..1c1e77f 100644
--- a/src/extras/libc.c
+++ b/src/extras/libc.c
@@ -592,7 +592,7 @@ int vlc_execve( vlc_object_t *p_object, int i_argc, char *const *ppsz_argv,
HANDLE hChildStdinRd, hChildStdinWr, hChildStdoutRd, hChildStdoutWr;
DWORD i_status;
char *psz_cmd = NULL, *p_env = NULL, *p = NULL;
- char **ppsz_parser;
+ char *const *ppsz_parser;
int i_size;
/* Set the bInheritHandle flag so pipe handles are inherited. */
More information about the vlc-commits
mailing list