Fix windows compilation

This commit is contained in:
Nick Mathewson 2015-08-11 09:09:06 -04:00
parent 3fdc07df5b
commit 69f7f9b0d4

View File

@ -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;