mirror of https://github.com/wolfSSL/wolfssh.git
Fix Nucleus hour
parent
64de7a210f
commit
841f050b61
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue