4
0
Эх сурвалжийг харах

(change_tape_menu): Fix typo (uninitialized variable) introduced yesterday.

Sergey Poznyakoff 19 жил өмнө
parent
commit
fe72c79ad8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/buffer.c

+ 1 - 1
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)
     {