diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-19 15:19:13 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-21 17:56:39 +0200 |
commit | 1355bad2644230b9760e62333dc4a7b72c5fb1a9 (patch) | |
tree | b60aa2d7bada81b42977e38d5415cf081b0f1ad0 /src/dmon.c | |
parent | e5dee68dcf318b58a3339250ae63fa5f26cdf790 (diff) | |
download | calcurse-1355bad2644230b9760e62333dc4a7b72c5fb1a9.zip |
Declare foreground and background variables global
Removes the need to pass the terminal's default background color round.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/dmon.c')
-rw-r--r-- | src/dmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ dmon_start (int parent_exit_status) if (!io_file_exist (path_conf)) DMON_ABRT (_("Could not access \"%s\": %s\n"), path_conf, strerror (errno)); - custom_load_conf (&conf, 0); + custom_load_conf (&conf); if (!io_file_exist (path_apts)) DMON_ABRT (_("Could not access \"%s\": %s\n"), |