mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fixing faulty checkin of patch for bug 145525
This commit is contained in:
parent
dc33476ede
commit
7019385c0d
@ -2,7 +2,7 @@
|
||||
FILE: icalcomponent.c
|
||||
CREATOR: eric 28 April 1999
|
||||
|
||||
$Id: icalcomponent.c,v 1.9 2002/08/16 14:05:23 mostafah%oeone.com Exp $
|
||||
$Id: icalcomponent.c,v 1.10 2002/08/19 13:15:30 mostafah%oeone.com Exp $
|
||||
|
||||
|
||||
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
@ -795,7 +795,7 @@ time_t icalcomponent_convert_time(icalproperty *p)
|
||||
maybe it can be changed to something better? */
|
||||
|
||||
{
|
||||
#ifdef __sgi || defined(__sun)
|
||||
#if defined(__sgi) || defined(__sun)
|
||||
tzset();
|
||||
offset = daylight ? altzone : timezone;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user