diff options
| -rw-r--r-- | src/audiocachefile.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/audiocachefile.cc b/src/audiocachefile.cc index 0a81ca4..ba8ff96 100644 --- a/src/audiocachefile.cc +++ b/src/audiocachefile.cc @@ -79,7 +79,7 @@ void AudioCacheFile::readChunk(const CacheChannels& channels,  	if(pos > sf_info.frames)  	{ -		printf("pos (%d) > sf_info.frames (%d)\n", pos, (int)sf_info.frames); +		printf("pos (%d) > sf_info.frames (%d)\n", (int)pos, (int)sf_info.frames);  		return;  	} | 
