billiob pushed a commit to branch terminology-1.1.

http://git.enlightenment.org/apps/terminology.git/commit/?id=57fea056c18adf0c7a9e5d368ef73bca93aa955d

commit 57fea056c18adf0c7a9e5d368ef73bca93aa955d
Author: Boris Faure <[email protected]>
Date:   Tue Oct 10 21:14:07 2017 +0200

    fix -e option. Closes T6175
---
 src/bin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index 846b3b3..70767ff 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -638,7 +638,7 @@ elm_main(int argc, char **argv)
              Eina_Strbuf *strb;
              strb = eina_strbuf_new();
              eina_strbuf_append(strb, argv[args]);
-             for(i = args+1; i < argc -1; i++)
+             for(i = args+1; i < argc; i++)
                {
                   eina_strbuf_append_char(strb, ' ');
                   eina_strbuf_append(strb, argv[i]);

-- 


Reply via email to