2007-10-07 [colin] 3.0.2cvs30
[claws.git] / src / exporthtml.c
index fe733ac32e4b98fae9b9b7b0198d98e02e9293f3..788d459e25057259a67e6be50b3520e93ffb43be 100644 (file)
@@ -983,11 +983,7 @@ void exporthtml_process(
        exporthtml_fmt_folder( ctl, htmlFile, rootFolder );
 
        tt = time( NULL );
-#ifdef SOLARIS
-       fprintf(htmlFile, "<p>%s</p>\n", ctime_r(&tt, buf, sizeof(buf)));
-#else
        fprintf( htmlFile, "<p>%s</p>\n", ctime_r( &tt, buf ) );
-#endif
        fprintf( htmlFile, "<hr width=\"100%%\">\n" );
 
        fprintf( htmlFile, "</body>\n" );