From: foobar Date: Mon, 24 Feb 2003 08:26:49 +0000 (+0000) Subject: no c++ comments X-Git-Tag: php-4.3.2RC1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c96af79b5332d920ee673e8e9f0f739327e1df02;p=php no c++ comments --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 9bcc653e5b..66c886404e 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -1650,7 +1650,7 @@ PHP_FUNCTION(ifx_errormsg) } 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);