mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
voice: output_dyn_value: fix scale
regression introduced in 15e5237
Change-Id: Ib107be08d2712b9c74e2795180ac8565c146af0b
This commit is contained in:
parent
614c6e9500
commit
83a8fc4c7e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ char *output_dyn_value(char *buf,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
talk_fractional(tbuf, value, P2ID(units[unit_no]));
|
talk_fractional(tbuf, value2, P2ID(units[unit_no]));
|
||||||
}
|
}
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue