Package: quik
Version: 2.1-8 (and probably many older ones)

OF commands longer than one word cannot be issued. The following patch
fixes this:

*** quik-2.1/second/main.c.org  2005-12-29 22:41:16.000000000 +0200
--- quik-2.1/second/main.c      2005-12-29 21:28:39.000000000 +0200
***************
*** 126,131 ****
--- 126,134 ----
       return;
     }
     *linep = p;
+     /* Don't split OF command line. */
+     if (*p == '$')
+       return;
     while (*p != 0 && *p != ' ')
       ++p;
     while (*p == ' ')


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to