Commit 1a5e244c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: remove a warning

parent 567cde95
......@@ -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. */
......
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