We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef36e7c commit 4969107Copy full SHA for 4969107
gettimeofday/src/app.d
@@ -16,7 +16,7 @@ extern (C) int d_main()
16
{
17
int res = gettimeofday(&tv, null);
18
time_t now = time(null);
19
- tm tm;
+ tm tm = void;
20
localtime_r(&now, &tm);
21
22
if (res < 0)
0 commit comments