Volker Stolz wrote:
Now I'm confused...or is the patch reverted?

yes, sorry I've done:

-bash-3.00$ diff -u RtsUtils.c RtsUtils.c~
--- RtsUtils.c  Wed Apr 19 13:15:29 2006
+++ RtsUtils.c~ Thu Jan 12 13:43:03 2006
@@ -187,7 +187,7 @@
     if (now == 0) {
        time(&now);
 #if HAVE_CTIME_R
-       ctime_r(&now, nowstr, 26);
+       ctime_r(&now, nowstr);
 #else
        strcpy(nowstr, ctime(&now));
 #endif

where RtsUtils.c~ is the original file (left over by emacs)

Christian
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to