]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* move marchlist into its own file
[citadel.git] / webcit / messages.c
index 3c543934546edd44b71707e8251c07aca667c816..b123b8c5a51ebc8de229ec891226e627a5662268 100644 (file)
@@ -1480,6 +1480,7 @@ void postpart(StrBuf *partnum, StrBuf *filename, int force_download)
                hprintf("HTTP/1.1 404 %s\n", ChrPtr(partnum));
                output_headers(0, 0, 0, 0, 0, 0);
                hprintf("Content-Type: text/plain\r\n");
+               begin_burst();
                wprintf(_("An error occurred while retrieving this part: %s/%s\n"), 
                        ChrPtr(partnum), ChrPtr(filename));
                end_burst();
@@ -1539,6 +1540,7 @@ void mimepart(int force_download)
                hprintf("HTTP/1.1 404 %s\n", ChrPtr(Buf));
                output_headers(0, 0, 0, 0, 0, 0);
                hprintf("Content-Type: text/plain\r\n");
+               begin_burst();
                wprintf(_("An error occurred while retrieving this part: %s\n"), 
                        ChrPtr(Buf));
                end_burst();
@@ -1685,7 +1687,6 @@ void RegisterReadLoopHandlerset(
        Handler->ViewCleanup = ViewCleanup;
 
        Put(ReadLoopHandler, IKEY(RoomType), Handler, NULL);
-
 }
 
 void