diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-04 13:48:00 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-04 13:48:00 +0100 |
| commit | a8d17882661b7d1a54df3fef0c97d39643460fcc (patch) | |
| tree | b7265ab2fde67a8037193c044e8c85d17fec865d /src/sxwm.c | |
| parent | f653ff8af30368140d675c6a16eb3f2f23113709 (diff) | |
fixed parser not parsing quotes properly
Diffstat (limited to 'src/sxwm.c')
| -rw-r--r-- | src/sxwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1155,7 +1155,6 @@ void reload_config(void) { puts("sxwm: reloading config..."); memset(&user_config, 0, sizeof(user_config)); - for (int i = 0; i < user_config.bindsn; i++) { free(user_config.binds[i].action.cmd); user_config.binds[i].action.cmd = NULL; |
