* two more unneccesary todos..
authorWilfried Göesgens <willi@citadel.org>
Tue, 10 Feb 2009 23:22:04 +0000 (23:22 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 10 Feb 2009 23:22:04 +0000 (23:22 +0000)
webcit/fmt_date.c
webcit/serv_func.c

index 2bd49af452e16e3c28dc874456c02e5f97d08bf6..2b6ec20360e44a245d8cb43a1b55e156a3672f5a 100644 (file)
@@ -31,7 +31,7 @@ size_t wc_strftime(char *s, size_t max, const char *format, const struct tm *tm)
        if (wc_locales[WC->selected_language] == NULL) {
                return strftime(s, max, format, tm);
        }
-       else { /* TODO: this gives empty strings on debian. */
+       else {
                return strftime_l(s, max, format, tm, wc_locales[WC->selected_language]);
        }
 #else
index 6b36860f4cd520283c71e99896b0ec7c05f8f875..4eccf741e689e0cc89dfe8b47f0a9785fb3b8eda 100644 (file)
@@ -168,7 +168,7 @@ void _fmout(StrBuf *Target, char *align)
                /** Activate embedded URL's */
                url(buf, sizeof(buf));
 
-               escputs(buf);/*/ TODO: Target */
+               escputs(buf);
                StrBufAppendBufPlain(Target, HKEY("\n"), 0);
        }
        if (bq == 1) {