aboutsummaryrefslogtreecommitdiffstats
path: root/stest.c
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
committerJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
commit9c8bc4e708647be16b6c69a28603c3542db9c100 (patch)
tree18ef2626c9db480d5122b99d34c2b40fa1afcd01 /stest.c
parentup (diff)
downloaddmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.gz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.bz2
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.xz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.zst
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.zip
5.3
Diffstat (limited to '')
-rw-r--r--stest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stest.c b/stest.c
index 7a7b0bc..e27d3a5 100644
--- a/stest.c
+++ b/stest.c
@@ -84,7 +84,7 @@ main(int argc, char *argv[])
if (!argc) {
/* read list from stdin */
while ((n = getline(&line, &linesiz, stdin)) > 0) {
- if (n && line[n - 1] == '\n')
+ if (line[n - 1] == '\n')
line[n - 1] = '\0';
test(line, line);
}