зеркало из https://github.com/mozilla/gecko-dev.git
Fixed ConvertFromPrtime() not initializing return value of icaltimetype properly
This commit is contained in:
Родитель
5b665bd83b
Коммит
c5559f4391
|
@ -56,7 +56,7 @@ char *EmptyReturn() {
|
|||
}
|
||||
|
||||
icaltimetype ConvertFromPrtime( PRTime indate ) {
|
||||
icaltimetype outdate;
|
||||
icaltimetype outdate = icaltime_null_time();
|
||||
|
||||
PRExplodedTime ext;
|
||||
PRInt64 indateinusec, usecpermsec;
|
||||
|
|
Загрузка…
Ссылка в новой задаче