Skip to content

Commit 005bd84

Browse files
committed
fix
1 parent 69b6123 commit 005bd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packet++/src/NtpLayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ namespace pcpp
600600
struct tm* timer = nullptr;
601601
time_t const timeStruct = integerPart;
602602
#if defined(_WIN32)
603-
if (gmtime_s(&timer, &timeStruct))
603+
if (gmtime_s(timer, &timeStruct))
604604
{
605605
timer = nullptr;
606606
}

0 commit comments

Comments
 (0)