From f865adbbc2924ced21fdd382a2bb2df035ba69ad Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sun, 12 Sep 2004 22:57:32 +0000 Subject: [PATCH] fix compiler warnings --- src/metaflac/operations_shorthand_cuesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metaflac/operations_shorthand_cuesheet.c b/src/metaflac/operations_shorthand_cuesheet.c index 17ade699..76a1afda 100644 --- a/src/metaflac/operations_shorthand_cuesheet.c +++ b/src/metaflac/operations_shorthand_cuesheet.c @@ -31,7 +31,7 @@ FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata FLAC__StreamMetadata *cuesheet = 0; FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); FLAC__uint64 lead_out_offset = 0; - FLAC__bool is_cdda; + FLAC__bool is_cdda = false; if(0 == iterator) die("out of memory allocating iterator");