]> granicus.if.org Git - php/commitdiff
fix this annoying notice about limited range
authorAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 15:25:32 +0000 (15:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 26 Jan 2004 15:25:32 +0000 (15:25 +0000)
ext/oci8/oci8.c

index 6188ba5a26de7ca0558e6f559c8bfb6640511c2c..53bb8b80e3a364cc582e81fea1403b6959a4e9dd 100644 (file)
@@ -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;
        }