mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix windows compilation
This commit is contained in:
parent
3fdc07df5b
commit
69f7f9b0d4
@ -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…
Reference in New Issue
Block a user