]> git.sesse.net Git - vlc/commitdiff
Fix bad type for stream index
authorElodie Thomann <elodie.thomann@hotmail.com>
Mon, 1 Jul 2013 12:47:54 +0000 (14:47 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 2 Jul 2013 09:36:35 +0000 (11:36 +0200)
Signed-off-by: Rafaël Carré <funman@videolan.org>
modules/access/mms/mmsh.c

index 2a2e85e4165fc7f1fb99ecc42a5815f02bc85e6d..2a3667008f71dd497e3a019f2424089fa1f35622 100644 (file)
@@ -824,7 +824,7 @@ static int Start( access_t *p_access, uint64_t i_pos )
                 i_select = 0;
             }
             net_Printf( p_access, p_sys->fd, NULL,
-                        "ffff:%d:%d ", i, i_select );
+                        "ffff:%x:%d ", i, i_select );
         }
     }
     net_Printf( p_access, p_sys->fd, NULL, "\r\n" );