From e08feebfd5abe7de24920e5a50f63ce46afee86c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 6 Nov 2003 14:31:14 +0000 Subject: [PATCH] WS --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 9a8f77c8db..726325c77a 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2179,12 +2179,12 @@ static oci_session *_oci_open_session(oci_server* server,char *username,char *pa CALL_OCI(OCINlsEnvironmentVariableGet(&charsetid, 2, OCI_NLS_CHARSET_ID, - 0, + 0, &rsize)); smart_str_append_long_ex(&hashed_details, charsetid, 1); - charsetid = 0; + charsetid = 0; } #else { -- 2.50.1