Steven Bennett 2016-01-02 18:06:43 +00:00
commit e4196b4ed4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -162,8 +162,8 @@ static int ppm_gettime(struct time_generic *tg)
struct timeval tv;
rv = gettimeofday(&tv, NULL);
ts->tv_sec = tv.tv_sec;
ts->tv_nsec = tv.tv_usec * 1000;
tg->tv_sec = tv.tv_sec;
tg->tv_nsec = tv.tv_usec * 1000;
#endif
return rv;
}