1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

no c++ comments

This commit is contained in:
foobar
2003-02-24 08:27:24 +00:00
parent 7afe50fc5c
commit cf72bfbae1

View File

@@ -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);