Mercurial > audlegacy-plugins
diff src/cue/cuesheet.c @ 2075:a71dfce3aec2
fixes
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 14 Oct 2007 22:20:28 -0500 |
parents | 609169a441a7 |
children | e49d9b0ee308 |
line wrap: on
line diff
--- a/src/cue/cuesheet.c Sun Oct 14 21:53:58 2007 -0500 +++ b/src/cue/cuesheet.c Sun Oct 14 22:20:28 2007 -0500 @@ -582,7 +582,7 @@ if(watchdog_state != RUN) continue; - time = get_output_time(); + time = audacious_drct_get_output_time(); #if 0 #ifdef DEBUG g_print("time = %d target_time = %d\n", time, target_time);