mirror of
https://github.com/nitanmarcel/isodrive.git
synced 2026-03-13 04:17:24 +00:00
Umount is already done by default if no args are given
This commit is contained in:
@@ -109,12 +109,6 @@ void mount_iso(char *iso_path, char *cdrom, char *ro)
|
||||
set_udc(udc, gadgetRoot);
|
||||
}
|
||||
|
||||
void umount_iso()
|
||||
{
|
||||
char *empty = (char *)"";
|
||||
mount_iso(empty, empty, empty);
|
||||
}
|
||||
|
||||
void set_udc(char *udc, char *gadget)
|
||||
{
|
||||
char *udcFile = strjin(gadget, (char *)"/UDC");
|
||||
|
||||
Reference in New Issue
Block a user