mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-16 19:58:25 +00:00
Small fix related to 3cd83a4ab9
This commit is contained in:
parent
1bc9e3ec85
commit
fb6dec55af
@ -9115,7 +9115,7 @@ void read_restore (const char *eff_restore_file, restore_data_t *rd)
|
|||||||
|
|
||||||
fclose (fp);
|
fclose (fp);
|
||||||
|
|
||||||
char new_cwd[1024] = { 0 };
|
char new_cwd[256] = { 0 };
|
||||||
|
|
||||||
char *nwd = getcwd (new_cwd, sizeof (new_cwd));
|
char *nwd = getcwd (new_cwd, sizeof (new_cwd));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user