pajoye Thu, 20 Jan 2011 06:55:11 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=307616
Log: - unused var Changed paths: U php/php-src/branches/PHP_5_3/ext/com_dotnet/com_olechar.c U php/php-src/trunk/ext/com_dotnet/com_olechar.c Modified: php/php-src/branches/PHP_5_3/ext/com_dotnet/com_olechar.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/com_dotnet/com_olechar.c 2011-01-20 06:54:28 UTC (rev 307615) +++ php/php-src/branches/PHP_5_3/ext/com_dotnet/com_olechar.c 2011-01-20 06:55:11 UTC (rev 307616) @@ -70,7 +70,6 @@ char *string; uint length = 0; BOOL ok; - LONG err; length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL); Modified: php/php-src/trunk/ext/com_dotnet/com_olechar.c =================================================================== --- php/php-src/trunk/ext/com_dotnet/com_olechar.c 2011-01-20 06:54:28 UTC (rev 307615) +++ php/php-src/trunk/ext/com_dotnet/com_olechar.c 2011-01-20 06:55:11 UTC (rev 307616) @@ -70,7 +70,6 @@ char *string; uint length = 0; BOOL ok; - LONG err; length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php