bjori Wed Feb 28 10:46:16 2007 UTC Modified files: /php-src/ext/interbase interbase.c Log: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.234&r2=1.235&diff_format=u Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.234 php-src/ext/interbase/interbase.c:1.235 --- php-src/ext/interbase/interbase.c:1.234 Sat Feb 24 16:25:54 2007 +++ php-src/ext/interbase/interbase.c Wed Feb 28 10:46:16 2007 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: interbase.c,v 1.234 2007/02/24 16:25:54 helly Exp $ */ +/* $Id: interbase.c,v 1.235 2007/02/28 10:46:16 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