aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 0afb0205..1ebd95ff 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -107,7 +107,7 @@ static char *get_config_path() {
107 107
108 char *test = NULL; 108 char *test = NULL;
109 int i; 109 int i;
110 for (i = 0; i < sizeof(search_paths) / sizeof(char *); ++i) { 110 for (i = 0; i < (int)(sizeof(search_paths) / sizeof(char *)); ++i) {
111 test = strdup(search_paths[i]); 111 test = strdup(search_paths[i]);
112 test = do_var_replacement(temp_config, test); 112 test = do_var_replacement(temp_config, test);
113 sway_log(L_DEBUG, "Checking for config at %s", test); 113 sway_log(L_DEBUG, "Checking for config at %s", test);