This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
readstdin: add a comment
Maybe too obvious / redundant, but OK.
master
Hiltjo Posthuma
2 years ago
parent
689d9bfcf6
commit
bcbc1ef5c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -562,7 +562,7 @@ readstdin(void)
line
[
len
-
1
]
=
'
\0
'
;
items
[
i
]
.
text
=
line
;
items
[
i
]
.
out
=
0
;
line
=
NULL
;
line
=
NULL
;
/* next call of getline() allocates a new line */
}
free
(
line
)
;
if
(
items
)
Write
Preview
Loading…
Cancel
Save