mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-29 14:04:14 +01:00
Fix review commenrt
This commit is contained in:
parent
ce5d6f7a4e
commit
ac5e519341
@ -40,7 +40,7 @@ int cpak_clone_contents_to_file(char *path, uint8_t port) {
|
||||
|
||||
FILE *f;
|
||||
|
||||
if ((f = fopen(strip_fs_prefix(path), "wb")) == NULL) {
|
||||
if ((f = fopen(path, "wb")) == NULL) {
|
||||
return CONTROLLER_PAK_ERR_IO;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user