summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-09-23 16:03:22 +0000
committerAndrey Hristov <andrey@php.net>2010-09-23 16:03:22 +0000
commit859a1404bf9593ee58dcc969ff63ae89bfc85a9c (patch)
tree7a418d8b3f0edb581ecdf841dedfaf4e4722979b /ext/mysqlnd/mysqlnd_statistics.c
parent1ab38567b981f2c6755ecb036cc7831ad6d6aa9d (diff)
downloadphp-git-859a1404bf9593ee58dcc969ff63ae89bfc85a9c.tar.gz
WS fixes
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.c')
-rw-r--r--ext/mysqlnd/mysqlnd_statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.c b/ext/mysqlnd/mysqlnd_statistics.c
index f0c82cc19d..5d6b9711e2 100644
--- a/ext/mysqlnd/mysqlnd_statistics.c
+++ b/ext/mysqlnd/mysqlnd_statistics.c
@@ -208,7 +208,7 @@ mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING
int ulen, tlen;
#endif
char tmp[25];
-
+
sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]);
#if MYSQLND_UNICODE
zend_string_to_unicode(UG(utf8_conv), &ustr, &ulen, names[i].s, names[i].l + 1 TSRMLS_CC);