mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-08 09:25:49 +01:00
replaced linked lists with WMBag, added progress indicator
This commit is contained in:
@@ -43,7 +43,7 @@ static void
|
||||
defaultHandler(int bla)
|
||||
{
|
||||
if (bla)
|
||||
raise(SIGABRT);
|
||||
kill(getpid(), SIGABRT);
|
||||
else
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user