Skip to content

Commit

Permalink
Merge pull request #165 from stoffu/aeon-math-helper-win
Browse files Browse the repository at this point in the history
Fixed missing return value in once_a_time class on windows /monero#5113
  • Loading branch information
aeonix authored Nov 27, 2019
2 parents afd4f38 + 30f00df commit d0f98db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/epee/include/math_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,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 d0f98db

Please sign in to comment.