diff options
author | Dave Chapman <dave@dchapman.com> | 2007-11-30 19:58:59 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-11-30 19:58:59 +0000 |
commit | 95c117cdb8b2db2e3b5520e9181443a7915463e7 (patch) | |
tree | 3fa2a03ca69dbd6b353bbce8cb9db8ba76f91c17 /apps/codecs/wma.c | |
parent | df40425f20e23b3f10bc3eaa20e631b74f374c4c (diff) |
Use the correct variable name - fixes warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/wma.c')
-rw-r--r-- | apps/codecs/wma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 2b9fdd76fd..b2f837beb5 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -521,7 +521,7 @@ next_track: ci->seek_complete(); goto next_track; } - DEBUGF("Seek returned %d\n", (int)time); + DEBUGF("Seek returned %d\n", (int)elapsedtime); ci->set_elapsed(elapsedtime); /*flush the wma decoder state*/ |