Skip to content

Commit

Permalink
epee: fix missing return in once_a_time::get_time()
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphon committed Feb 21, 2019
1 parent 31bdf7b commit e29e24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/epee/include/math_helper.h
Expand Up @@ -243,6 +243,7 @@ namespace math_helper
present = present << 32;
present |= fileTime.dwLowDateTime;
present /= 10; // mic-sec
return present;
#else
struct timeval tv;
gettimeofday(&tv, NULL);
Expand Down

0 comments on commit e29e24b

Please sign in to comment.