isodrive: fix weerors

This commit is contained in:
Marcel Alexandru Nitan
2023-02-04 15:49:56 +02:00
parent fe880c156f
commit ed265796e2
2 changed files with 1 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ void mount_iso(char *iso_path, char *cdrom, char *ro)
}
char *configRoot = get_config_root();
char *udc = get_udc();
printf("udc found %s\n", udc);
char *functionRoot = strjin(gadgetRoot, (char*)"/functions");
char *massStorageRoot = strjin(functionRoot, (char*)"/mass_storage.0");
char *lunRoot = strjin(massStorageRoot, (char*)"/lun.0");

View File

@@ -20,7 +20,7 @@ int main(int argc, char* argv[]){
}
if (argc == 1)
{
iso_target = "";
iso_target = (char*)"";
}
if (argc > 2)