mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
Merge branch 'PHP-7.2'
* PHP-7.2: fileinfo: fix misleading indentation in libmagic
This commit is contained in:
commit
aa978538ca
@ -2909,7 +2909,7 @@ apprentice_map(struct magic_set *ms, const char *fn)
|
||||
if (dbname == NULL)
|
||||
goto error;
|
||||
|
||||
stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
|
||||
stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
|
||||
|
||||
if (!stream) {
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user