mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix identifier mistake :(
This commit is contained in:
@@ -484,7 +484,7 @@ monotime_diff_nsec(const monotime_t *start,
|
||||
#ifdef _WIN32
|
||||
printf(I64_FORMAT" res\n", I64_PRINTF_ARG(result));
|
||||
#endif
|
||||
return res;
|
||||
return result;
|
||||
}
|
||||
|
||||
int64_t
|
||||
|
||||
Reference in New Issue
Block a user