From: Sergey Poznyakoff Date: Tue, 23 May 2006 07:10:34 +0000 (+0000) Subject: (change_tape_menu): Fix typo (uninitialized variable) introduced yesterday. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=fe72c79ad898aa7734d9f370834c6fcc1feac6b9 (change_tape_menu): Fix typo (uninitialized variable) introduced yesterday. --- diff --git a/src/buffer.c b/src/buffer.c index df348ec..cd70c73 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -874,7 +874,7 @@ change_tape_menu (FILE *read_file) { char *input_buffer = NULL; size_t size = 0; - bool stop; + bool stop = false; while (!stop) {