From 6fe26e966d2e44992050debad15b79109356aefd Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Jan 2004 15:42:24 +0000 Subject: [PATCH] change to use different allocator (Sascha, thanks =) ) --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 53bb8b80e3..1d054e3f3e 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_unsigned(&hashed_details, charsetid); + smart_str_append_unsigned_ex(&hashed_details, charsetid, 1); charsetid = 0; } -- 2.50.1