sniper Mon Feb 24 03:26:49 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix ifx.ec
Log:
no c++ comments
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.69.2.9 php4/ext/informix/ifx.ec:1.69.2.10
--- php4/ext/informix/ifx.ec:1.69.2.9 Mon Feb 24 02:45:58 2003
+++ php4/ext/informix/ifx.ec Mon Feb 24 03:26:48 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ifx.ec,v 1.69.2.9 2003/02/24 07:45:58 nobbie Exp $ */
+/* $Id: ifx.ec,v 1.69.2.10 2003/02/24 08:26:48 sniper Exp $ */
/* -------------------------------------------------------------------
* if you want a function reference : "grep '^\*\*' ifx.ec" will give
@@ -1650,7 +1650,7 @@
}
maxmsglen = 255;
- msglen = maxmsglen; // Some bug fix, rgetlmsg doesnt always set the value
+ msglen = maxmsglen; /* Some bug fix, rgetlmsg doesnt always set the value
*/
ifx_errmsg = (char *)malloc(maxmsglen + 1);
if (ifx_errorcode != 0) {
rgetlmsg(ifx_errorcode, ifx_errmsg, maxmsglen, &msglen);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php