mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-08 16:33:04 +00:00
correct --set-hfs
This commit is contained in:
parent
88c144ac11
commit
a90a4c3e23
@ -606,7 +606,7 @@ int main(int argc, char **argv)
|
||||
if ((action & ACTION_TEST) == 0)
|
||||
return 6;
|
||||
}
|
||||
if ( (ret == 0) && (action & ACTION_SET_HFS) )
|
||||
if ( (ret == 0) && !(action & ACTION_SET_HFS) )
|
||||
{
|
||||
fprintf(stderr,
|
||||
"ERROR: to be bootable a partition must be of type Apple_HFS\n");
|
||||
|
Loading…
Reference in New Issue
Block a user