aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index f382eefa..0e41df04 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -662,7 +662,7 @@ char *do_var_replacement(char *str) {
size_t length = strlen(find + 1);
strncpy(find, find + 1, length);
find[length] = '\0';
- find += 2;
+ ++find;
continue;
}
// Find matching variable