From ac5e3058126921c30f2bd755db46736ffb0abdb7 Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 8 Mar 1994 13:00:04 +0000 Subject: [PATCH] removed "-" from continuations --- gen/mailhub.dc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/mailhub.dc b/gen/mailhub.dc index 72efcfc0..e29c2937 100644 --- a/gen/mailhub.dc +++ b/gen/mailhub.dc @@ -573,7 +573,7 @@ register char *s; wwid = strlen(s); if (!bol && awid + wwid + 2 > AL_MAX_WID) { - fprintf(out, ",\n\tcontinuation-%d\ncontinuation-%d: ", cont, cont); + fprintf(out, ",\n\tcontinuation%d\ncontinuation%d: ", cont, cont); cont++; awid = lwid = 17 + wwid; fputs(s, out); -- 2.45.2