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
Fix the new -e handling. An empty cmd has to work for backwards compatibility.
master
Christoph Lohmann
9 years ago
parent
ae1923d275
commit
980991fa6e
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
@ -4010,7 +4010,7 @@ main(int argc, char *argv[]) {
opt_class
=
EARGF
(
usage
(
)
)
;
break
;
case
'
e
'
:
if
(
argc
>
1
)
if
(
argc
>
0
)
-
-
argc
,
+
+
argv
;
goto
run
;
case
'
f
'
:
Write
Preview
Loading…
Cancel
Save