]> git.armaanb.net Git - st.git/commitdiff
Merge branch 'master' of ssh://suckless.org/gitrepos/st
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 15 May 2015 05:51:58 +0000 (07:51 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 15 May 2015 05:51:58 +0000 (07:51 +0200)
st.c

diff --git a/st.c b/st.c
index c0a9bf3361f877c2939c4f7d922a04c828ebd23d..0c6b9c3542f646fdcdc5d06c1eb4810ad25858ee 100644 (file)
--- a/st.c
+++ b/st.c
@@ -4011,7 +4011,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':