summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-01-13 18:02:13 +0000
committerWez Furlong <wez@php.net>2005-01-13 18:02:13 +0000
commit10eb5a10982de554d75e16a9745aa62bec2817a8 (patch)
treed42873057e2515b96b753b89a646c673281680ea /ext/pdo_firebird/firebird_driver.c
parentce0884c287dd87bcb0c142b3c7e06a0a9bd4b57a (diff)
downloadphp-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.c2
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
}
/* }}} */