dmitry Mon Feb 19 17:29:19 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/com_dotnet com_olechar.c
Log:
typo
http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_olechar.c?r1=1.5.2.1.2.1&r2=1.5.2.1.2.2&diff_format=u
Index: php-src/ext/com_dotnet/com_olechar.c
diff -u php-src/ext/com_dotnet/com_olechar.c:1.5.2.1.2.1
php-src/ext/com_dotnet/com_olechar.c:1.5.2.1.2.2
--- php-src/ext/com_dotnet/com_olechar.c:1.5.2.1.2.1 Mon Jan 1 09:35:48 2007
+++ php-src/ext/com_dotnet/com_olechar.c Mon Feb 19 17:29:19 2007
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: com_olechar.c,v 1.5.2.1.2.1 2007/01/01 09:35:48 sebastian Exp $ */
+/* $Id: com_olechar.c,v 1.5.2.1.2.2 2007/02/19 17:29:19 dmitry Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -44,7 +44,7 @@
string_len++;
}
- if (strlen > 0) {
+ if (string_len > 0) {
olestring = (OLECHAR*)safe_emalloc(sizeof(OLECHAR), string_len,
0);
ok = MultiByteToWideChar(codepage, flags, string, string_len,
olestring, string_len);
} else {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php