summaryrefslogtreecommitdiff
path: root/vorbisfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'vorbisfile.c')
-rw-r--r--vorbisfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vorbisfile.c b/vorbisfile.c
index 564cd33..5429d08 100644
--- a/vorbisfile.c
+++ b/vorbisfile.c
@@ -1270,7 +1270,7 @@ ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){
ogg_int64_t ov_time_tell(OggVorbis_File *vf){
/* translate time to PCM position and call ov_pcm_seek */
- int link=-1;
+ int link=0;
ogg_int64_t pcm_total=0;
ogg_int64_t time_total=0;