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
-1
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");