diff options
author | Wez Furlong <wez@php.net> | 2005-01-13 18:02:13 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-13 18:02:13 +0000 |
commit | 10eb5a10982de554d75e16a9745aa62bec2817a8 (patch) | |
tree | d42873057e2515b96b753b89a646c673281680ea /ext/pdo_firebird/firebird_driver.c | |
parent | ce0884c287dd87bcb0c142b3c7e06a0a9bd4b57a (diff) | |
download | php-git-10eb5a10982de554d75e16a9745aa62bec2817a8.tar.gz |
fix compile.
Someone with firebird needs to sit down and give this extension some love
Diffstat (limited to 'ext/pdo_firebird/firebird_driver.c')
-rw-r--r-- | ext/pdo_firebird/firebird_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } /* }}} */ |