mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-28 12:17:07 +00:00
(change_tape_menu): Fix typo (uninitialized variable) introduced yesterday.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user