forked from len0rd/rockbox
Fix remaining warnings in 64bit simulator builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9196 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aac8d6917e
commit
ec70f29f1e
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ next_track:
|
|||
}
|
||||
|
||||
ci->id3->frequency = sc.sample_rate;
|
||||
ci->configure(DSP_SET_FREQUENCY, (long *)(sc.sample_rate));
|
||||
ci->configure(DSP_SET_FREQUENCY, (long *)(long)(sc.sample_rate));
|
||||
|
||||
if (sc.sample_rate) {
|
||||
ci->id3->length = (sc.totalsamples / sc.sample_rate) * 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue