bjori Wed Feb 28 10:37:08 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/interbase interbase.c
Log:
Typo
http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.225.2.4.2.6&r2=1.225.2.4.2.7&diff_format=u
Index: php-src/ext/interbase/interbase.c
diff -u php-src/ext/interbase/interbase.c:1.225.2.4.2.6
php-src/ext/interbase/interbase.c:1.225.2.4.2.7
--- php-src/ext/interbase/interbase.c:1.225.2.4.2.6 Tue Feb 27 03:04:40 2007
+++ php-src/ext/interbase/interbase.c Wed Feb 28 10:37:07 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: interbase.c,v 1.225.2.4.2.6 2007/02/27 03:04:40 iliaa Exp $ */
+/* $Id: interbase.c,v 1.225.2.4.2.7 2007/02/28 10:37:07 bjori Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1193,7 +1193,7 @@
#if SIZEOF_LONG < 8
if (result < LONG_MIN || result > LONG_MAX) {
char *res;
- int l
+ int l;
l = spprintf(&res, 0, "%" LL_MASK "d", result);
RETURN_STRINGL(res, l, 0);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php