upsi, that const was missing.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 24 Jul 2011 15:10:43 +0000 (15:10 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:41:16 +0000 (21:41 +0000)
webcit/serv_func.c

index 7ee74af2c81c850ee3ff5aa54b6e613b9264953f..2f6c8073526021482cc519ccfefdebf34c874b97 100644 (file)
@@ -303,7 +303,7 @@ void _fmout(StrBuf *Target, const char *align)
        wc_printf("</div><br>\n");
 }
 
-void FmOut(StrBuf *Target, const char *align, StrBuf *Source)
+void FmOut(StrBuf *Target, const char *align, const StrBuf *Source)
 {
        const char *ptr, *pte;
        const char *BufPtr = NULL;