Skip to content

Commit

Permalink
Fix stream fclose_stdiocast_flush_in_progress type
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Nov 17, 2023
1 parent 6734880 commit 4da89d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/php_streams.h
Expand Up @@ -212,7 +212,7 @@ struct _php_stream {
uint8_t fclose_stdiocast:2;

/* whether stdio cast flushing is in progress */
int8_t fclose_stdiocast_flush_in_progress:1;
uint8_t fclose_stdiocast_flush_in_progress:1;

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

Expand Down

0 comments on commit 4da89d8

Please sign in to comment.