зеркало из https://github.com/mozilla/pjs.git
Fixing faulty checkin of patch for bug 145525
This commit is contained in:
Родитель
4a755de7f1
Коммит
60a8599337
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче