mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Remove info() and die()
This commit is contained in:
parent
22f5073ebd
commit
20fd8f59a7
11 changed files with 26 additions and 51 deletions
|
|
@ -59,7 +59,8 @@ main(int argc, char *argv[])
|
|||
rcxml_read(config_file);
|
||||
|
||||
if (!getenv("XDG_RUNTIME_DIR")) {
|
||||
die("XDG_RUNTIME_DIR is unset");
|
||||
wlr_log(WLR_ERROR, "XDG_RUNTIME_DIR is unset");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
struct server server = { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue