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

index 9bcc653e5b5c05d3f982045733c84dc112745e79..66c886404e35aaccfec21ea4fd35aed492d68db9 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);