0dd2e9b783
Netwmpager is a really small pager with a few knobs that is fully EWMH compliant. As such it will behave perfectly with window managers such as Openbox. From Pierre-Yves Ritschard <pierre-yves@spootnik.org>
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
$OpenBSD: patch-sconf_c,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
|
|
--- sconf.c.orig Fri Apr 7 15:10:16 2006
|
|
+++ sconf.c Sun Apr 23 03:10:59 2006
|
|
@@ -250,7 +250,7 @@ void sconf_load(void)
|
|
}
|
|
|
|
if (file_for_each_line(config_filename, handle_line, NULL))
|
|
- die("error loading config file `%s': %s", config_filename, strerror(errno));
|
|
+ die("error loading config file `%s': %s\n", config_filename, strerror(errno));
|
|
}
|
|
|
|
void sconf_free(void)
|