From: foobar Date: Mon, 24 Feb 2003 08:27:24 +0000 (+0000) Subject: no c++ comments X-Git-Tag: RELEASE_0_5~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf72bfbae1e16fc9e2b727c154bae995df42dbfa;p=php no c++ comments --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index c7182a82c4..1339121e43 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);