fix warning

This commit is contained in:
Thies C. Arntzen 2000-04-24 12:35:30 +00:00
parent a6face98c8
commit 57c20bf836

View file

@ -2444,7 +2444,7 @@ PHP_FUNCTION(ocibindbyname)
switch (ac) { switch (ac) {
case 5: case 5:
convert_to_long_ex(type); convert_to_long_ex(type);
ocitype = (*type)->value.lval; ocitype = (ub2) (*type)->value.lval;
/* possible breakthru */ /* possible breakthru */
case 4: case 4:
convert_to_long_ex(maxlen); convert_to_long_ex(maxlen);