Skip to content

Commit 4969107

Browse files
committed
Cosme
1 parent ef36e7c commit 4969107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gettimeofday/src/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern (C) int d_main()
1616
{
1717
int res = gettimeofday(&tv, null);
1818
time_t now = time(null);
19-
tm tm;
19+
tm tm = void;
2020
localtime_r(&now, &tm);
2121

2222
if (res < 0)

0 commit comments

Comments
 (0)