mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-09 23:30:12 +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)
|
if ((action & ACTION_TEST) == 0)
|
||||||
return 6;
|
return 6;
|
||||||
}
|
}
|
||||||
if ( (ret == 0) && (action & ACTION_SET_HFS) )
|
if ( (ret == 0) && !(action & ACTION_SET_HFS) )
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"ERROR: to be bootable a partition must be of type Apple_HFS\n");
|
"ERROR: to be bootable a partition must be of type Apple_HFS\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user