Skip to content

Commit 841f050

Browse files
committed
Fix Nucleus hour
1 parent 64de7a2 commit 841f050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wolfsftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4514,7 +4514,7 @@ static int SFTP_FreeHandles(WOLFSSH* ssh)
45144514
* are saved as 1 to 12. Hence 1 is being deducted to
45154515
* make it compatible with Unix time stamp. */
45164516
#define WS_GETMON(d) (_GETMON(d) - 1)
4517-
#define WS_GETHOUR(t) (_GETHOUR(t) - 1)
4517+
#define WS_GETHOUR(t) _GETHOUR(t)
45184518
#else
45194519
#define WS_GETMON(d) _GETMON(d)
45204520
#define WS_GETHOUR(t) _GETHOUR(t)

0 commit comments

Comments
 (0)