diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ strtok_ws (char *s) char *nonws; static char *last = NULL; - if (s == NULL) + if (s != NULL) last = s; else if (last == NULL) { |
index : ratpoison | ||
ratpoison is a simple window manager with no flashy wank. | cos |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.c | 2 |
@@ -171,7 +171,7 @@ strtok_ws (char *s) char *nonws; static char *last = NULL; - if (s == NULL) + if (s != NULL) last = s; else if (last == NULL) { |