* Bug fix to new output message
authorArt Cancro <ajc@citadel.org>
Mon, 17 Jan 2000 04:33:20 +0000 (04:33 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Jan 2000 04:33:20 +0000 (04:33 +0000)
citadel/msgbase.c
citadel/setup.c

index 0f85162dc8ace1b85f632bb9e1173328b9ae7932..062d1a80ad6edb9d4def275bc16000068f203c55 100644 (file)
@@ -1066,7 +1066,7 @@ FMTEND:           omprintf("%s\n", aaa);
         * message to the reader's screen width.
         */
        if (TheMessage->cm_format_type == FMT_CITADEL) {
-               /* memfmout(80, mptr, 0); */
+               omfmout(mptr);
        }
 
        /* If the message on disk is format 4 (MIME), we've gotta hand it
index 1872eaeaf22082aefc1f573af101aa2acb5321bc..9b3a0c2bd985aed96b71817d048c4b843ffefe0a 100644 (file)
@@ -539,6 +539,7 @@ void set_str_val(int msgpos, char str[])
 {
        char buf[4096];
        char tempfile[64];
+       char setupmsg[256];
 
        sprintf(tempfile, tmpnam(NULL));