ui: fix load op for replay
parent
57c3be0773
commit
5e2ddb40d4
|
@ -121,6 +121,7 @@ ActReplayLoad(void) {
|
||||||
ChangeDirectory(workdir);
|
ChangeDirectory(workdir);
|
||||||
|
|
||||||
if (path) {
|
if (path) {
|
||||||
|
zpl_zero_size(replay_filename, sizeof(replay_filename));
|
||||||
zpl_strcpy(replay_filename, path);
|
zpl_strcpy(replay_filename, path);
|
||||||
debug_replay_clear();
|
debug_replay_clear();
|
||||||
debug_replay_load();
|
debug_replay_load();
|
||||||
|
|
Loading…
Reference in New Issue