Fix a 32-bit compilation warning

This commit is contained in:
Nick Mathewson
2015-08-11 09:07:27 -04:00
parent 7ee7149389
commit 3fdc07df5b
+1 -1
View File
@@ -4355,7 +4355,7 @@ test_util_get_avail_disk_space(void *arg)
/* No answer for nonexistent directory */
val = tor_get_avail_disk_space("/akljasdfklsajdklasjkldjsa");
tt_int_op(val, OP_EQ, -1);
tt_i64_op(val, OP_EQ, -1);
/* Try the current directory */
val = tor_get_avail_disk_space(".");