Apply patch: ncpfs-hg-commit-430.patch
This commit is contained in:
@@ -2641,6 +2641,7 @@ nw_to_ctime(struct nw_time_buffer *source)
|
||||
u_time.tm_mday = source->day;
|
||||
u_time.tm_mon = source->month - 1;
|
||||
u_time.tm_year = source->year;
|
||||
u_time.tm_isdst = -1;
|
||||
|
||||
if (u_time.tm_year < 80) {
|
||||
u_time.tm_year += 100;
|
||||
|
||||
Reference in New Issue
Block a user