From d9de0eac855169c64e4f96d5342ada39f28f16c5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 23 Jun 2006 08:25:58 +0000 Subject: [PATCH] fix typo and bug #37886 --- 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 353c2003bef..e7767000345 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -1007,7 +1007,7 @@ php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char #if HAVE_OCI_ENV_NLS_CREATE if (charset && *charset) { - smart_str_appends_ex(&hashed_details, charset, 1); + smart_str_appends_ex(&hashed_details, charset, 0); } else { size_t rsize = 0;