From: Michael Stapelberg Date: Mon, 30 Jan 2012 15:53:46 +0000 (+0000) Subject: Error message was missing a slash X-Git-Tag: 4.2~90 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e04628e581a05e0ac108a6e6a7fb0e5c2f60434c;p=i3%2Fi3 Error message was missing a slash --- diff --git a/src/config.c b/src/config.c index 3ffd11c4..de59420a 100644 --- a/src/config.c +++ b/src/config.c @@ -237,7 +237,7 @@ static char *get_config_path(const char *override_configpath) { die("Unable to find the configuration file (looked at " "~/.i3/config, $XDG_CONFIG_HOME/i3/config, " - SYSCONFDIR "i3/config and $XDG_CONFIG_DIRS/i3/config)"); + SYSCONFDIR "/i3/config and $XDG_CONFIG_DIRS/i3/config)"); } /*