From db562682313318570d285585a82e9267498de561 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 6 Nov 2003 14:31:33 +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 d28167b1ce..41d1d0b569 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -2188,12 +2188,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.40.0