r11965: Try to fix some 64-bit warnings.
authorTim Potter <tpot@samba.org>
Wed, 30 Nov 2005 00:00:53 +0000 (00:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:51 +0000 (13:46 -0500)
(This used to be commit e98c28941a6002042e0e429f99f14e7dd4920aa6)

source4/torture/smb2/find.c

index 4a5cd4403379db507071e2ca26bcd1cd43c1cbc1..37e8db65bfd122ef593573673505b86c7de1b7c0 100644 (file)
@@ -47,7 +47,7 @@ static struct {
        if (io.all_info2.out.field != d->stype.field) { \
                printf("(%s) %s/%s should be 0x%llx - 0x%llx\n", __location__, \
                       #call_name, #field, \
-                      (uint64_t)io.all_info2.out.field, (uint64_t)d->stype.field); \
+                      (long long)io.all_info2.out.field, (long long)d->stype.field); \
                ret = False; \
        }} while (0)