summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 0f807eacda..2b9fdd76fd 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -521,7 +521,7 @@ next_track:
521 ci->seek_complete(); 521 ci->seek_complete();
522 goto next_track; 522 goto next_track;
523 } 523 }
524 DEBUGF("Seek returned %d\n", time); 524 DEBUGF("Seek returned %d\n", (int)time);
525 ci->set_elapsed(elapsedtime); 525 ci->set_elapsed(elapsedtime);
526 526
527 /*flush the wma decoder state*/ 527 /*flush the wma decoder state*/