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

This commit is contained in:
Sergey Poznyakoff
2006-05-23 07:10:34 +00:00
parent 8fea578b22
commit fe72c79ad8

View File

@@ -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)
{