Fix review commenrt

This commit is contained in:
Robin Jones 2024-05-05 15:25:51 +01:00
parent ce5d6f7a4e
commit ac5e519341

View File

@ -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;
}