* coding.c (encode_coding_raw_text): Avoid unnecessary test
the first time through the loop, since we know p0 < p1 then. This also avoids a gcc -Wstrict-overflow warning.
Showing
Please register or sign in to comment
the first time through the loop, since we know p0 < p1 then. This also avoids a gcc -Wstrict-overflow warning.