1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

Fixed build.

This commit is contained in:
Ilia Alshanetsky
2004-11-15 23:35:50 +00:00
parent 044fba0b64
commit 00fa3587ba
+1 -1
View File
@@ -2229,7 +2229,7 @@ PHP_FUNCTION(mssql_guid_string)
break;
}
dbconvert(NULL, SQLBINARY, (BYTE*)Z_STRVAL_PP(binary), min(16, Z_STRLEN_PP(binary)), SQLCHAR, buffer, -1);
dbconvert(NULL, SQLBINARY, (BYTE*)Z_STRVAL_PP(binary), MIN(16, Z_STRLEN_PP(binary)), SQLCHAR, buffer, -1);
if (sf) {
php_strtoupper(buffer, 32);