]> andersk Git - moira.git/commitdiff
If we got no arguments, treat qual as normal text.
authorzacheiss <zacheiss>
Fri, 20 Jul 2001 22:18:35 +0000 (22:18 +0000)
committerzacheiss <zacheiss>
Fri, 20 Jul 2001 22:18:35 +0000 (22:18 +0000)
server/qrtn.pc

index 42892e2a201481df090234a18647986d370e1bd5..d35f3ba2c0c43c93fd9146482a6e11d088189d01 100644 (file)
@@ -425,7 +425,8 @@ char *build_qual(char *fmt_buf, int argc, char *argv[])
 
   while (*fmt)
     {
-      if (!like && !arg)
+      
+      if ((!like && !arg) || argc == 0)
        {
          /* only plain text remains */
          strcpy(res, fmt);
This page took 0.056825 seconds and 5 git commands to generate.