Skip to content

Commit ed67072

Browse files
committed
zend_ini: use bool type instead of uint8_t type
1 parent e35b381 commit ed67072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_ini.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct _zend_ini_entry {
5858

5959
uint8_t modifiable;
6060
uint8_t orig_modifiable;
61-
uint8_t modified;
61+
bool modified;
6262

6363
const zend_ini_entry_def *def;
6464
};

0 commit comments

Comments
 (0)