mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
Fix iso_drive comparation
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ void configs(char *iso_target, char *cdrom, char *ro) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void usb(char *iso_target) {
|
void usb(char *iso_target) {
|
||||||
if (strcmp(iso_target, (char *)""))
|
if (strcmp(iso_target, (char *)"") == 0)
|
||||||
usb_reset_iso();
|
usb_reset_iso();
|
||||||
else
|
else
|
||||||
usb_mount_iso(iso_target);
|
usb_mount_iso(iso_target);
|
||||||
|
|||||||
Reference in New Issue
Block a user