dmitry Mon Feb 19 17:29:41 2007 UTC Modified files: /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.7&r2=1.8&diff_format=u Index: php-src/ext/com_dotnet/com_olechar.c diff -u php-src/ext/com_dotnet/com_olechar.c:1.7 php-src/ext/com_dotnet/com_olechar.c:1.8 --- php-src/ext/com_dotnet/com_olechar.c:1.7 Mon Jan 1 09:29:21 2007 +++ php-src/ext/com_dotnet/com_olechar.c Mon Feb 19 17:29:41 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: com_olechar.c,v 1.7 2007/01/01 09:29:21 sebastian Exp $ */ +/* $Id: com_olechar.c,v 1.8 2007/02/19 17:29:41 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