From: Antony Dovgal Date: Mon, 26 Jan 2004 15:25:32 +0000 (+0000) Subject: fix this annoying notice about limited range X-Git-Tag: php-5.0.0b4RC1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83a1eaf75af23e38d4163c5f811fd9b474e71c18;p=php fix this annoying notice about limited range --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 6188ba5a26..53bb8b80e3 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2649,7 +2649,7 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa ) ); - smart_str_append_long_ex(&hashed_details, charsetid, 1); + smart_str_append_unsigned(&hashed_details, charsetid); charsetid = 0; }