Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jan 8, 2025
1 parent 38786e4 commit 3a877f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private Q_SLOTS:
{
// Sun Jan 31 2038 23:00:00 GMT+0000
time_t y2k38 = 2148591600;
LARGE_INTEGER out = 0;
LARGE_INTEGER out;
OCC::Utility::UnixTimeToLargeIntegerFiletime(y2k38, &out);
QCOMPARE(out.QuadPart, 2147483647);
}
Expand Down

0 comments on commit 3a877f0

Please sign in to comment.