Apply patch: ncpfs-hg-commit-430.patch

This commit is contained in:
Mario Fetka
2026-04-28 20:56:03 +02:00
parent 3677b7040d
commit b417a518c5
2 changed files with 22 additions and 0 deletions

View File

@@ -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;