]> git.pld-linux.org Git - packages/bigloo.git/commitdiff
- outdated
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 26 Aug 2007 13:36:59 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigloo-gcc4.patch -> 1.2

bigloo-gcc4.patch [deleted file]

diff --git a/bigloo-gcc4.patch b/bigloo-gcc4.patch
deleted file mode 100644 (file)
index 81635cf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- bigloo2.6b/runtime/Clib/cdate.c~   2003-11-17 10:38:53.000000000 +0100
-+++ bigloo2.6b/runtime/Clib/cdate.c    2005-05-13 15:43:36.237984495 +0200
-@@ -115,7 +115,7 @@
-    struct tm *t;
-    char *s;
--   t = gmtime( &((time_t)sec) );
-+   t = gmtime( (time_t *)&sec );
-    s = asctime( t );
-    return string_to_bstring_len( s, (int)strlen( s ) - 1 );
This page took 0.056019 seconds and 4 git commands to generate.