[vlc-commits] VCDX: build fix

Pierre Ynard git at videolan.org
Thu Feb 17 19:01:18 CET 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Feb 17 19:01:06 2011 +0100| [2eb30b1d029fc47b3cd84d445ecfd0e3c2362e95] | committer: Pierre Ynard

VCDX: build fix

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

 modules/access/vcdx/access.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/vcdx/access.c b/modules/access/vcdx/access.c
index b4642cf..a13430e 100644
--- a/modules/access/vcdx/access.c
+++ b/modules/access/vcdx/access.c
@@ -361,7 +361,7 @@ VCDEntryPoints( access_t * p_access )
                              - vcdinfo_get_track_lsn(p_vcdplayer->vcd,i_track))
                              * M2F2_SECTOR_SIZE;
     
-            dbg_print( INPUT_DBG_MRL, "%s, lsn %d,  byte_offset %"PRId64""
+            dbg_print( INPUT_DBG_MRL, "%s, lsn %d,  byte_offset %"PRId64"",
                        s->psz_name, p_vcdplayer->p_entries[i],
                        s->i_byte_offset);
             TAB_APPEND( p_vcdplayer->p_title[i_track-1]->i_seekpoint,



More information about the vlc-commits mailing list