This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add newline to stderr message
--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
master
Roberto E. Vargas Caballero
12 years ago
parent
1d6702024b
commit
66669a5585
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -784,7 +784,7 @@ ttynew(void) {
cmdfd
=
m
;
signal
(
SIGCHLD
,
sigchld
)
;
if
(
opt_io
&
&
!
(
fileio
=
fopen
(
opt_io
,
"
w
"
)
)
)
{
fprintf
(
stderr
,
"
Error opening %s:%s
"
,
fprintf
(
stderr
,
"
Error opening %s:%s
\n
"
,
opt_io
,
strerror
(
errno
)
)
;
}
}
Write
Preview
Loading…
Cancel
Save