Whoops, this function is supposed to return a boolean status, not
flags.
This commit is contained in:
parent
5525aae621
commit
126e9198eb
@ -247,5 +247,5 @@ package_extract(Device *dev, char *name, Boolean depended)
|
||||
ret = DITEM_FAILURE;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
return ret | DITEM_RESTORE;
|
||||
return ret;
|
||||
}
|
||||
|
@ -247,5 +247,5 @@ package_extract(Device *dev, char *name, Boolean depended)
|
||||
ret = DITEM_FAILURE;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
return ret | DITEM_RESTORE;
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user