From 1d9addc5ba0ad5c198c1d974205c2bd6b1924ba2 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Fri, 25 Aug 2000 23:38:35 +0000 Subject: [PATCH] When run with -v, output the words with a "dopage" at the end, suitable for being appended to coupon.ps in our source tree. --- reg_svr/genwords.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg_svr/genwords.pc b/reg_svr/genwords.pc index 75f51a8e..7b04e859 100644 --- a/reg_svr/genwords.pc +++ b/reg_svr/genwords.pc @@ -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]); } -- 2.45.2