Skip to content

Commit 3f5765e

Browse files
committed
cleanup
1 parent 5430483 commit 3f5765e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php81/zip_stream.c

-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, const cha
263263
} else
264264
#endif
265265
{
266-
267266
stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode);
268267
}
269268
stream->orig_path = estrdup(sb->name);

0 commit comments

Comments
 (0)