]> git.sesse.net Git - vlc/blobdiff - src/misc/httpd.c
All signedness fixes
[vlc] / src / misc / httpd.c
index 91649d91c219593720a6b967790ef936ba745aec..5e7f66c580cd7b8272b4980e8cb9235ddac2b9bb 100644 (file)
@@ -466,7 +466,7 @@ static int httpd_FileCallBack( httpd_callback_sys_t *p_sys, httpd_client_t *cl,
 
     if( query->i_type != HTTPD_MSG_HEAD )
     {
-        char *psz_args = query->psz_args;
+        uint8_t *psz_args = query->psz_args;
         if( query->i_type == HTTPD_MSG_POST )
         {
             /* Check that */