Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions php_mailparse_mime.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ struct _php_mimepart {

/* these are used during parsing */
struct {
int in_header:1;
int is_dummy:1;
int completed:1;
zend_bool in_header:1;
zend_bool is_dummy:1;
zend_bool completed:1;

smart_string workbuf;
smart_string headerbuf;
Expand Down