Fix Nucleus hour

pull/908/head
Andrew Hutchings 2026-04-10 11:15:09 +01:00
parent 64de7a210f
commit 841f050b61
1 changed files with 1 additions and 1 deletions

View File

@ -4514,7 +4514,7 @@ static int SFTP_FreeHandles(WOLFSSH* ssh)
* are saved as 1 to 12. Hence 1 is being deducted to
* make it compatible with Unix time stamp. */
#define WS_GETMON(d) (_GETMON(d) - 1)
#define WS_GETHOUR(t) (_GETHOUR(t) - 1)
#define WS_GETHOUR(t) _GETHOUR(t)
#else
#define WS_GETMON(d) _GETMON(d)
#define WS_GETHOUR(t) _GETHOUR(t)