]> andersk Git - moira.git/commitdiff
When run with -v, output the words with a "dopage" at the end, suitable
authorzacheiss <zacheiss>
Fri, 25 Aug 2000 23:38:35 +0000 (23:38 +0000)
committerzacheiss <zacheiss>
Fri, 25 Aug 2000 23:38:35 +0000 (23:38 +0000)
for being appended to coupon.ps in our source tree.

reg_svr/genwords.pc

index 75f51a8ef5f6dda98a24acd0498c5f2ffdfe837d..7b04e8598433109db9def3f39b1f828bf55b0821 100644 (file)
@@ -69,7 +69,7 @@ int main(int argc, char **argv)
          strtrim(last);
        }
 
-      printf("(%s%s%s %s) (%s) (%s) (%s) (%s) (%s) (%s) (%s)\n",
+      printf("(%s%s%s %s) (%s) (%s) (%s) (%s) (%s) (%s) (%s) dopage\n",
             first, *middle ? " " : "", middle, last, id,
             words[0], words[1], words[2], words[3], words[4], words[5]);
     }
This page took 0.137941 seconds and 5 git commands to generate.