mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
Comparison between pointer and integer
This commit is contained in:
parent
ae05ae7e92
commit
034ba714cf
@ -319,7 +319,7 @@ mbfl_filt_conv_wchar_big5(int c, mbfl_convert_filter *filter)
|
||||
static int mbfl_filt_ident_big5(int c, mbfl_identify_filter *filter)
|
||||
{
|
||||
int c1;
|
||||
if (filter->encoding == mbfl_no_encoding_cp950) {
|
||||
if (filter->encoding->no_encoding == mbfl_no_encoding_cp950) {
|
||||
c1 = 0x80;
|
||||
} else {
|
||||
c1 = 0xa0;
|
||||
|
Loading…
Reference in New Issue
Block a user