Browse Source

Fix some 64bit issues

Nick Mathewson 8 years ago
parent
commit
3780a6b439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_rendcache.c

+ 1 - 1
src/test/test_rendcache.c

@@ -1128,7 +1128,7 @@ test_rend_cache_entry_allocation(void *data)
 {
   (void)data;
 
-  int ret;
+  size_t ret;
   rend_cache_entry_t *e;
 
   // Handles a null argument