Commit 2eb30b1d authored by Pierre Ynard's avatar Pierre Ynard

VCDX: build fix

parent 65242d77
...@@ -361,7 +361,7 @@ VCDEntryPoints( access_t * p_access ) ...@@ -361,7 +361,7 @@ VCDEntryPoints( access_t * p_access )
- vcdinfo_get_track_lsn(p_vcdplayer->vcd,i_track)) - vcdinfo_get_track_lsn(p_vcdplayer->vcd,i_track))
* M2F2_SECTOR_SIZE; * 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->psz_name, p_vcdplayer->p_entries[i],
s->i_byte_offset); s->i_byte_offset);
TAB_APPEND( p_vcdplayer->p_title[i_track-1]->i_seekpoint, TAB_APPEND( p_vcdplayer->p_title[i_track-1]->i_seekpoint,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment