libical r651 - trunk/src/test



Author: mbarnes
Date: Wed Sep  3 13:50:24 2008
New Revision: 651
URL: http://svn.gnome.org/viewvc/libical?rev=651&view=rev

Log:
Fix compilation error.


Modified:
   trunk/src/test/timezones.c

Modified: trunk/src/test/timezones.c
==============================================================================
--- trunk/src/test/timezones.c	(original)
+++ trunk/src/test/timezones.c	Wed Sep  3 13:50:24 2008
@@ -51,7 +51,7 @@
          * select this location for glibc: needs support for TZ=<location>
          * which is not POSIX
          */
-        setenv("TZ", zone_location);
+        setenv("TZ", zone_location, 1);
         tzset();
 
         /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]