Hello,

During I am trying to implement "luit -- <commands>" in xterm,
I found that luit doesn't work with "luit <options> <commands>"
while it works well with "luit <commands>".

Here is a patch to fix this.  Juliusz, please check my modification
is right or not and send it to patch@xfree86.

----------from here
diff -ruN luit-20020203-1/luit.c luit-20020203-2/luit.c
--- luit-20020203-1/luit.c      Sun Feb  3 10:51:02 2002
+++ luit-20020203-2/luit.c      Wed Feb  6 01:35:15 2002
@@ -386,7 +386,7 @@
     if(converter)
         return convert(0, 1);
     else
-        return condom(argc - i, argv + 1);
+        return condom(argc - i, argv + i);
 }
 
 static int
----------till here
_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to