tg icon indicating copy to clipboard operation
tg copied to clipboard

Fix uninitialized variable warning in read_file()

Open xyzzy42 opened this issue 3 years ago • 0 comments

Silences a compiler warning. This could actually happen if the save file had no snapshots. It should always have some, but format does allow for zero, which would probably crash.

xyzzy42 avatar Mar 23 '21 03:03 xyzzy42