From: Roberto E. Vargas Caballero Date: Fri, 15 May 2015 05:51:58 +0000 (+0200) Subject: Merge branch 'master' of ssh://suckless.org/gitrepos/st X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/c03548750b2527a6ddb5edfd945c5799066a6224?hp=8e15887de95a7076b9515dcbb428b364f6dc3849 Merge branch 'master' of ssh://suckless.org/gitrepos/st --- diff --git a/st.c b/st.c index c0a9bf3..0c6b9c3 100644 --- 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':