Fixed Trac bug 65: Doesn't show correct position after 203:50 mins - caused by an unsigned long overflow.

CQTexperiment
areff 2008-02-18 11:37:33 +00:00
parent 678f6e2dbb
commit 567711e85e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
@interface OutputNode : Node {
AudioStreamBasicDescription format;
unsigned long amountPlayed;
unsigned long long amountPlayed;
OutputCoreAudio *output;
}