aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2015-05-15 07:51:58 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2015-05-15 07:51:58 +0200
commitc03548750b2527a6ddb5edfd945c5799066a6224 (patch)
tree845b52ac89632ec7a3f878fc089ca0b6226965ce
parent8e15887de95a7076b9515dcbb428b364f6dc3849 (diff)
parent980991fa6e7b737d54f8e5c60c26275890eb28ff (diff)
downloadst-patched-c03548750b2527a6ddb5edfd945c5799066a6224.tar.bz2
st-patched-c03548750b2527a6ddb5edfd945c5799066a6224.tar.xz
st-patched-c03548750b2527a6ddb5edfd945c5799066a6224.zip
Merge branch 'master' of ssh://suckless.org/gitrepos/st
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
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[]) {
4011 opt_class = EARGF(usage()); 4011 opt_class = EARGF(usage());
4012 break; 4012 break;
4013 case 'e': 4013 case 'e':
4014 if(argc > 1) 4014 if(argc > 0)
4015 --argc, ++argv; 4015 --argc, ++argv;
4016 goto run; 4016 goto run;
4017 case 'f': 4017 case 'f':