mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Fix fred's build.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ void CBufLine::UpdateTime() {
|
||||
if (0 == gettimeofday(&m_time, NULL)) {
|
||||
return;
|
||||
}
|
||||
time(&m_time.tv_sec);
|
||||
m_time.tv_sec = time(NULL);
|
||||
m_time.tv_usec = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user