From 423dc300f64a6364796b7d0ca4ddf9df2d7dd7a5 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Tue, 27 Oct 2009 21:48:06 -0400 Subject: [PATCH] Revert one cppcheck style change since gcc complains about it. --- lib/driver/image/bincue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/driver/image/bincue.c b/lib/driver/image/bincue.c index 807c9d29..61106332 100644 --- a/lib/driver/image/bincue.c +++ b/lib/driver/image/bincue.c @@ -257,7 +257,7 @@ parse_cuefile (_img_private_t *cd, const char *psz_cue_name) /* The below declarations may be unique to this image-parse routine. */ int start_index; - bool b_first_index_for_track; + bool b_first_index_for_track=false; if (NULL == psz_cue_name) return false;