]> git.sesse.net Git - vlc/commitdiff
Fix typo in previous commit
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 2 Aug 2005 15:23:46 +0000 (15:23 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 2 Aug 2005 15:23:46 +0000 (15:23 +0000)
modules/access/udp.c

index 8390ea58dbf9cc9a610b58f0b4f32c8df7b4cda8..06183313be907d753791e4b0825f53a8c3a78940 100644 (file)
@@ -165,7 +165,7 @@ static int Open( vlc_object_t *p_this )
 
     if( psz_parser != NULL )
     {
-        psz_parser = strchr( psz_name, ':' );
+        psz_parser = strchr( psz_parser, ':' );
         if( psz_parser != NULL )
         {
             *psz_parser++ = '\0';