зеркало из https://github.com/mozilla/gecko-dev.git
Checked in attachment 147806 for bug 242778
This commit is contained in:
Родитель
72060c75c9
Коммит
7013812d95
|
@ -3,7 +3,7 @@
|
|||
FILE: icaltime.c
|
||||
CREATOR: eric 02 June 2000
|
||||
|
||||
$Id: icaltime.c,v 1.8 2004/03/12 21:53:55 mostafah%oeone.com Exp $
|
||||
$Id: icaltime.c,v 1.9 2004/05/06 14:41:35 mostafah%oeone.com Exp $
|
||||
$Locker: $
|
||||
|
||||
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
|
@ -768,12 +768,11 @@ struct icaltimetype icaltime_from_day_of_year(short doy, short year)
|
|||
if (doy > days_in_year[is_leap][month]) {
|
||||
tt.month = month + 1;
|
||||
tt.day = doy - days_in_year[is_leap][month];
|
||||
return tt;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/* Shouldn't reach here. */
|
||||
assert (0);
|
||||
return tt;
|
||||
}
|
||||
|
||||
struct icaltimetype icaltime_null_time()
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
FILE: icaldirset.c
|
||||
CREATOR: eric 28 November 1999
|
||||
|
||||
$Id: icaldirset.c,v 1.6 2002/11/06 21:22:43 mostafah%oeone.com Exp $
|
||||
$Id: icaldirset.c,v 1.7 2004/05/06 14:41:35 mostafah%oeone.com Exp $
|
||||
$Locker: $
|
||||
|
||||
(C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
|
@ -673,6 +673,7 @@ icalcomponent* icaldirset_fetch_match(icaldirset* set, icalcomponent *c)
|
|||
{
|
||||
fprintf(stderr," icaldirset_fetch_match is not implemented\n");
|
||||
assert(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче