зеркало из https://github.com/mozilla/pjs.git
Fixes EPLF dates. patch by bugzilla@w.d6.org, r=dougt, sr=darin, a=blizzard
This commit is contained in:
Родитель
0267efc4b9
Коммит
1830cf6e69
|
@ -143,7 +143,9 @@ int ParseFTPList(const char *line, struct list_state *state,
|
|||
if (pos < linelen && line[pos] == ',')
|
||||
{
|
||||
PRTime t;
|
||||
PR_sscanf(p+1, "%llu", &t);
|
||||
PRTime seconds;
|
||||
PR_sscanf(p+1, "%llu", &seconds);
|
||||
LL_MUL(t, seconds, PR_USEC_PER_SEC);
|
||||
PR_ExplodeTime(t, PR_LocalTimeParameters, &(result->fe_time) );
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче