Fix fred's build.

This commit is contained in:
Alexey Sokolov
2012-08-22 23:39:30 +07:00
parent b1b92468d8
commit ee8f0b0958
+1 -1
View File
@@ -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;
}