From 0070f60441bac95a674c4c5511b652c9a62d8ce7 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 15 Oct 2009 22:22:07 +0000 Subject: Fix %Sp expansion in wps The value returned from sound_get_pitch() was shown assuming that 100% corresponds to 1000 by skin_tokens.c::get_token_value(). The value actually is 100*PITCH_SPEED_PRECISION. Steal the way the callchain from gui_syncpitchscreen_run() to pitchscreen_draw() in apps/gui/pitchscreen.c formats the value and use it here for consistency. Flyspray: FS#10673 Author: Junio C Hamano git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23199 a1c6a512-1295-4272-9138-f99709370657 --- docs/CREDITS | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CREDITS') diff --git a/docs/CREDITS b/docs/CREDITS index 52d570d3b4..093ee194eb 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -498,6 +498,7 @@ Carsten Schreiter Michael Sparmann Seth Opgenorth Jonas Aaberg +Junio C Hamano The libmad team The wavpack team -- cgit v1.2.3