]> granicus.if.org Git - php/commitdiff
fix compile.
authorWez Furlong <wez@php.net>
Thu, 13 Jan 2005 18:02:13 +0000 (18:02 +0000)
committerWez Furlong <wez@php.net>
Thu, 13 Jan 2005 18:02:13 +0000 (18:02 +0000)
Someone with firebird needs to sit down and give this extension some love

ext/pdo_firebird/firebird_driver.c

index 91ea3db2277276a73450e93ac6b492967075d390..ccc8550f743846157a39eb34adcac525fe5dd763 100644 (file)
@@ -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
 }
 /* }}} */