Merge branch 'master' of ssh://suckless.org/gitrepos/st

This commit is contained in:
Roberto E. Vargas Caballero 2015-05-15 07:51:58 +02:00
commit c03548750b
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -4011,7 +4011,7 @@ main(int argc, char *argv[]) {
opt_class = EARGF(usage()); opt_class = EARGF(usage());
break; break;
case 'e': case 'e':
if(argc > 1) if(argc > 0)
--argc, ++argv; --argc, ++argv;
goto run; goto run;
case 'f': case 'f':