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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user