From 10eb5a10982de554d75e16a9745aa62bec2817a8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 13 Jan 2005 18:02:13 +0000 Subject: [PATCH] fix compile. Someone with firebird needs to sit down and give this extension some love --- ext/pdo_firebird/firebird_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index 91ea3db227..ccc8550f74 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -84,7 +84,7 @@ void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, long li break; } #else - strcpy(*pdo_err, "HY000"); + strcpy(*error_code, "HY000"); #endif } /* }}} */ -- 2.40.0