[vlc-commits] Fix bad type for stream index

Elodie Thomann git at videolan.org
Tue Jul 2 18:27:21 CEST 2013


vlc/vlc-2.1 | branch: master | Elodie Thomann <elodie.thomann at hotmail.com> | Mon Jul  1 14:47:54 2013 +0200| [4f196be4f0e89153ff031346df82288ba2e73394] | committer: Jean-Baptiste Kempf

Fix bad type for stream index

Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit d00e6403c8625109df2dcbf56db27dbb74fddc21)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=4f196be4f0e89153ff031346df82288ba2e73394
---

 modules/access/mms/mmsh.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/mms/mmsh.c b/modules/access/mms/mmsh.c
index 2a2e85e..2a36670 100644
--- a/modules/access/mms/mmsh.c
+++ b/modules/access/mms/mmsh.c
@@ -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" );



More information about the vlc-commits mailing list