]> andersk Git - moira.git/commitdiff
removed "-" from continuations
authortom <tom>
Tue, 8 Mar 1994 13:00:04 +0000 (13:00 +0000)
committertom <tom>
Tue, 8 Mar 1994 13:00:04 +0000 (13:00 +0000)
gen/mailhub.dc

index 72efcfc0b81fa33f9a7a8d26b598476dcb5280e6..e29c2937b57356ee648ce4140bca024d59b533a6 100644 (file)
@@ -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);
This page took 0.067537 seconds and 5 git commands to generate.