diff options
author | Andrey Hristov <andrey@php.net> | 2009-08-25 14:31:29 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-08-25 14:31:29 +0000 |
commit | ad310d21eeee5fd93a43a35765e01a4106792772 (patch) | |
tree | 6c2536ba028829861fab1d6db8962aa7d75b3c6a /ext/mysqlnd/mysqlnd_portability.h | |
parent | ac71943174c0a7e434c4327470b7c67a5140631d (diff) | |
download | php-git-ad310d21eeee5fd93a43a35765e01a4106792772.tar.gz |
Baby, one more time :(
Diffstat (limited to 'ext/mysqlnd/mysqlnd_portability.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_portability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_portability.h b/ext/mysqlnd/mysqlnd_portability.h index 81571c412b..ca6f5541c4 100644 --- a/ext/mysqlnd/mysqlnd_portability.h +++ b/ext/mysqlnd/mysqlnd_portability.h @@ -216,7 +216,7 @@ typedef unsigned long long uint64_t; #if SIZEOF_LONG == 8 #define MYSQLND_LLU_SPEC "%lu" #elif SIZEOF_LONG == 4 - #define MYSQLND_LL_SPEC "%llu" + #define MYSQLND_LLU_SPEC "%llu" #endif #endif /* MYSQLND_LLU_SPEC*/ |