Skip to content

Commit

Permalink
Update exec_cmd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jan 10, 2025
1 parent 3ca9a07 commit d6cfc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exec_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static void zipSave(const save_entry_t* entry, const char* exp_path)

static void copySave(const save_entry_t* save, const char* exp_path)
{
char copy_path[256] = {0};
char copy_path[256] = {};

if (strncmp(save->path, exp_path, strlen(exp_path)) == 0)
{
Expand Down

0 comments on commit d6cfc59

Please sign in to comment.