mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Use correct variable name.
This commit is contained in:
parent
53e56151fe
commit
e57c749ecc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue