]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.c
* Fix spurious double space in message formatter - now use the new
[citadel.git] / citadel / commands.c
index 1f1bc62c970b7f27f1ed2d24f26b0c392dd09555..5ef5445ec64059aee513c8ba8f5d898b0fbf612e 100644 (file)
@@ -314,7 +314,7 @@ void print_express(void)
        
                scr_printf(":\n");
                lines_printed++;
-               fmout(screenwidth, NULL, listing, NULL, 1, screenheight, -1, 0);
+               fmout2(screenwidth, NULL, listing, NULL, 1, screenheight, -1, 0);
                free(listing);
 
                /* when running in curses mode, the scroll bar in most
@@ -1537,7 +1537,7 @@ int fmout2(
                                column++;
                        }
                        /* ONLY eat the FIRST space on a line */
-                       old = 0;
+                       old = ' ';
                        continue;
                }
                old = *e;