[xiph-commits] r18938 - experimental/giles
giles at svn.xiph.org
giles at svn.xiph.org
Wed May 8 15:46:56 PDT 2013
Author: giles
Date: 2013-05-08 15:46:56 -0700 (Wed, 08 May 2013)
New Revision: 18938
Modified:
experimental/giles/mp3dump.c
Log:
Initialize hbytes.
Modified: experimental/giles/mp3dump.c
===================================================================
--- experimental/giles/mp3dump.c 2013-05-08 22:43:45 UTC (rev 18937)
+++ experimental/giles/mp3dump.c 2013-05-08 22:46:56 UTC (rev 18938)
@@ -148,7 +148,7 @@
mp3header header;
unsigned char *buf, *p, *e, *q;
long length, skip;
- long hbytes;
+ long hbytes = 0;
fseek(in, 0, SEEK_END);
length = ftell(in);
More information about the commits
mailing list