ref: 7f3664a28dc44c7dee3eea2e845b286958078704
parent: 5a4ab3d99038887ee11df42bbc376fa634c506eb
author: cbagwell <cbagwell>
date: Wed Jan 17 22:21:23 EST 2007
Get rid of easy compile warning.
--- a/src/sox.c
+++ b/src/sox.c
@@ -398,7 +398,7 @@
static char * read_comment_file(char const * const filename)
{
bool file_error;
- long file_length;
+ long file_length = 0;
char * result;
FILE * file = fopen(filename, "rt");