From: Ilia Alshanetsky Date: Sat, 6 Mar 2004 18:29:54 +0000 (+0000) Subject: Use correct variable name. X-Git-Tag: RELEASE_0_2_0~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e57c749ecc97f55b96d845366fc68559c60eecd0;p=php Use correct variable name. --- diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index f2be66ff78..4af4001ea5 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -1268,7 +1268,7 @@ PHP_FUNCTION(sqlite_open) PHP_FUNCTION(sqlite_factory) { long mode = 0666; - char *filename, *fullname = NULL; + char *filename, *fullpath = NULL; long filename_len; zval *errmsg = NULL;