simplify expression

This commit is contained in:
Joe Watkins 2016-04-28 15:50:27 +01:00
parent 64721f143a
commit f580540c8d

View File

@ -1484,7 +1484,7 @@ not_relative_path:
}
#endif
if (!path || (path && !*path)) {
if (!path || !*path) {
return php_stream_fopen_rel(filename, mode, opened_path, options);
}