X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdownloads.c;fp=webcit%2Fdownloads.c;h=0decb250ad14e0186231f91bcfc70bda28f2c85a;hb=0ef7d4c107832e7ef033159be49159c51331a9b1;hp=6e6c9b981b5ebf0acf8bc46dc664fc9630956acd;hpb=faf97c017a23389525abc1809be290a81c59b56a;p=citadel.git diff --git a/webcit/downloads.c b/webcit/downloads.c index 6e6c9b981..0decb250a 100644 --- a/webcit/downloads.c +++ b/webcit/downloads.c @@ -414,10 +414,9 @@ void output_image(void) /* * Instead of an ugly 404, send a 1x1 transparent GIF - * when there's no such image on the server. + * when there's no such image on the server display blank */ - StrBufPrintf (Buf, "%s%s", static_dirs[0], "/webcit_icons/blank.gif"); - output_static(ChrPtr(Buf)); + output_static(NULL); FreeStrBuf(&Buf); }