[tor-commits] [tor/master] Fix some 64bit issues
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed Oct  7 20:54:33 UTC 2015
    
    
  
commit 3780a6b4393b9a6faaa3d7af0674e5050ad9300b
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 7 16:54:29 2015 -0400
    Fix some 64bit issues
---
 src/test/test_rendcache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_rendcache.c b/src/test/test_rendcache.c
index 01eeecb..e484858 100644
--- a/src/test/test_rendcache.c
+++ b/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
    
    
More information about the tor-commits
mailing list