about summary refs log tree commit diff stats
path: root/src/include/box32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/box32.h')
-rw-r--r--src/include/box32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/box32.h b/src/include/box32.h
index 9d5a40ca..9d14b0f7 100644
--- a/src/include/box32.h
+++ b/src/include/box32.h
@@ -58,7 +58,7 @@ static inline long_t to_long(long l) {
 }
 static inline ulong_t to_ulong(unsigned long l) {
     if(l!=0xffffffffffffffffLL && (l>>32))
-        printf_log(LOG_NONE, "Warning, long 0x%p is not a 32bits value\n", (void*)l);
+        printf_log(LOG_NONE, "Warning, ulong 0x%p is not a 32bits value\n", (void*)l);
     return (ulong_t)l;
 }
 #else //TEST32