mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fixed bug that would cause this to always exit
This commit is contained in:
parent
175a434de3
commit
b36bca295c
|
@ -396,6 +396,8 @@ void load_key(char *path)
|
|||
}
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
FILE_ERROR:
|
||||
if(fclose(data_file) < 0)
|
||||
perror("[!] fclose failed");
|
||||
|
|
Loading…
Reference in New Issue
Block a user