Skip to content

Commit 4da89d8

Browse files
committed
Fix stream fclose_stdiocast_flush_in_progress type
1 parent 6734880 commit 4da89d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_streams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ struct _php_stream {
212212
uint8_t fclose_stdiocast:2;
213213

214214
/* whether stdio cast flushing is in progress */
215-
int8_t fclose_stdiocast_flush_in_progress:1;
215+
uint8_t fclose_stdiocast_flush_in_progress:1;
216216

217217
char mode[16]; /* "rwb" etc. ala stdio */
218218

0 commit comments

Comments
 (0)