Explorar o código

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

Sergey Poznyakoff %!s(int64=19) %!d(string=hai) anos
pai
achega
fe72c79ad8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     {