Loading src/common/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -3417,7 +3417,7 @@ tor_get_avail_disk_space(const char *path) if (!ok) { return -1; } return (int64_t)freeBytesAvail; return (int64_t)freeBytesAvail.QuadPart; #else (void)path; errno = ENOSYS; Loading Loading
src/common/compat.c +1 −1 Original line number Diff line number Diff line Loading @@ -3417,7 +3417,7 @@ tor_get_avail_disk_space(const char *path) if (!ok) { return -1; } return (int64_t)freeBytesAvail; return (int64_t)freeBytesAvail.QuadPart; #else (void)path; errno = ENOSYS; Loading