]> granicus.if.org Git - php/commitdiff
no c++ comments
authorfoobar <sniper@php.net>
Mon, 24 Feb 2003 08:27:24 +0000 (08:27 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Feb 2003 08:27:24 +0000 (08:27 +0000)
ext/informix/ifx.ec

index c7182a82c4d7355dee9cc90b129f4395a6d931bf..1339121e43ea6818a424f82dfcf9b51f63298aa8 100644 (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);