diff options
| -rw-r--r-- | src/test/ao_int64_test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/ao_int64_test.c b/src/test/ao_int64_test.c index 07538ee0..d329f67b 100644 --- a/src/test/ao_int64_test.c +++ b/src/test/ao_int64_test.c @@ -34,7 +34,7 @@ int	errors;  		c = ao_cast64(&ao_r);					\  		if (c != r) {						\  			printf ("trial %4d: %lld " #func mod " %lld = %lld (should be %lld)\n", \ -				trial, (int64_t) (a), (int64_t) b, c, r); \ +				trial, (long long) (a), (long long) b, (long long) c, (long long) r); \  			++errors;					\  		}							\  	} while (0) | 
