wez Mon Feb 10 18:22:48 2003 EDT
Modified files:
/php4/ext/rpc/com com_wrapper.c
Log:
fix rpc_error call
Index: php4/ext/rpc/com/com_wrapper.c
diff -u php4/ext/rpc/com/com_wrapper.c:1.89 php4/ext/rpc/com/com_wrapper.c:1.90
--- php4/ext/rpc/com/com_wrapper.c:1.89 Mon Feb 10 15:58:53 2003
+++ php4/ext/rpc/com/com_wrapper.c Mon Feb 10 18:22:48 2003
@@ -18,7 +18,7 @@
| Wez Furlong <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: com_wrapper.c,v 1.89 2003/02/10 20:58:53 phanto Exp $ */
+/* $Id: com_wrapper.c,v 1.90 2003/02/10 23:22:48 wez Exp $ */
/*
* This module implements support for COM components that support the IDispatch
* interface. Both local (COM) and remote (DCOM) components can be accessed.
@@ -880,7 +880,7 @@
/* Oops, it already exists. No problem if it
is defined as the same value */
/* Check to see if they are the same */
if (!compare_function(&results, &c.value,
&exists TSRMLS_CC) && INI_INT("com.autoregister_verbose")) {
- rpc_error(NULL TSRMLS_CC, E_WARNING,
"Type library value %s is already defined and has a different value", c.name);
+ rpc_error(E_WARNING, "Type library
+value %s is already defined and has a different value", c.name);
}
free(c.name);
j++;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php