Skip to content

Commit

Permalink
change null to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
wivien19 committed Aug 21, 2023
1 parent 17c1e4e commit 0bdb8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Packet++Test/Tests/S7commTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PTF_TEST_CASE(S7commLayerTest) {
timeval time;
gettimeofday(&time, NULL);
gettimeofday(&time, nullptr);

READ_FILE_AND_CREATE_PACKET(1, "PacketExamples/S7comm.dat");

Expand Down

0 comments on commit 0bdb8d3

Please sign in to comment.