Skip to content

Commit e43ffb5

Browse files
bukkaramsey
authored andcommitted
Fix stream fclose_stdiocast_flush_in_progress type
1 parent a7a6151 commit e43ffb5

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
@@ -207,7 +207,7 @@ struct _php_stream {
207207
uint8_t fclose_stdiocast:2;
208208

209209
/* whether stdio cast flushing is in progress */
210-
int8_t fclose_stdiocast_flush_in_progress:1;
210+
uint8_t fclose_stdiocast_flush_in_progress:1;
211211

212212
char mode[16]; /* "rwb" etc. ala stdio */
213213

0 commit comments

Comments
 (0)