Mercurial > audlegacy-plugins
changeset 2075:a71dfce3aec2
fixes
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 14 Oct 2007 22:20:28 -0500 |
parents | 6a9f36552b14 |
children | 5b650f743c97 |
files | src/cue/cuesheet.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);