зеркало из https://github.com/mozilla/pjs.git
Backing out invalid part of libical patch for bug 146310
This commit is contained in:
Родитель
771b83383a
Коммит
12c4212186
|
@ -2,7 +2,7 @@
|
|||
FILE: icalcomponent.c
|
||||
CREATOR: eric 28 April 1999
|
||||
|
||||
$Id: icalcomponent.c,v 1.11 2002-11-06 21:22:28 mostafah%oeone.com Exp $
|
||||
$Id: icalcomponent.c,v 1.12 2002-11-07 14:33:28 mostafah%oeone.com Exp $
|
||||
|
||||
|
||||
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
|
@ -818,7 +818,7 @@ time_t icalcomponent_convert_time(icalproperty *p)
|
|||
time_t t;
|
||||
|
||||
t = time(NULL);
|
||||
offset = GMTDelta;
|
||||
offset = localtime(&t)->tm_gmtoff;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче