[vlc-devel] commit: Typo, uninit (CID #127) ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jul 1 21:25:45 CEST 2008


vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Jul  1 22:27:41 2008 +0300| [740f9a6b24859a2c99a0ccdcf518bf8950ce5ef9]

Typo, uninit (CID #127)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=740f9a6b24859a2c99a0ccdcf518bf8950ce5ef9
---

 modules/control/http/http.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/control/http/http.c b/modules/control/http/http.c
index c50f4b1..8998ae2 100644
--- a/modules/control/http/http.c
+++ b/modules/control/http/http.c
@@ -2,7 +2,7 @@
  * http.c : HTTP/HTTPS Remote control interface
  *****************************************************************************
  * Copyright (C) 2001-2006 the VideoLAN team
- * $Id$
+ * $Id: c50f4b1489bdb73adbe3fca4343df5227a90d911 $
  *
  * Authors: Gildas Bazin <gbazin at netcourrier.com>
  *          Laurent Aimar <fenrir at via.ecp.fr>
@@ -673,7 +673,7 @@ int  E_(HandlerCallback)( httpd_handler_sys_t *p_args,
     char *p_url = (char *)_p_url;
     char *p_request = (char *)_p_request;
     char **pp_data = (char **)_pp_data;
-    char *p_in = (char *)p_in;
+    char *p_in = (char *)_p_in;
     int i_request = p_request != NULL ? strlen( p_request ) : 0;
     char *p;
     int i_env = 0;




More information about the vlc-devel mailing list