From: Wez Furlong Date: Thu, 13 Jan 2005 18:02:13 +0000 (+0000) Subject: fix compile. X-Git-Tag: RELEASE_0_2~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10eb5a10982de554d75e16a9745aa62bec2817a8;p=php fix compile. Someone with firebird needs to sit down and give this extension some love --- 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 } /* }}} */