Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 4830:a9833e8a32ec
fix typo in query code
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 10 Jan 2010 00:48:55 -0600 |
parents | 257b468bf2ca |
children | 5f1c6ca4d05e |
comparison
equal
deleted
inserted
replaced
4829:9987da5935bd | 4830:a9833e8a32ec |
---|---|
498 else | 498 else |
499 { | 499 { |
500 fail_range_start = pos; | 500 fail_range_start = pos; |
501 while ((pos < end) && | 501 while ((pos < end) && |
502 (EQ (Qnil, get_char_table (ch, safe_chars)) | 502 (EQ (Qnil, get_char_table (ch, safe_chars)) |
503 && (failed_reason = query_coding_unencodable)) | 503 && (failed_reason == query_coding_unencodable)) |
504 && (previous_failed_reason == query_coding_succeeded | 504 && (previous_failed_reason == query_coding_succeeded |
505 || previous_failed_reason == failed_reason)) | 505 || previous_failed_reason == failed_reason)) |
506 { | 506 { |
507 pos++; | 507 pos++; |
508 INC_BYTEBPOS (buf, pos_byte); | 508 INC_BYTEBPOS (buf, pos_byte); |