* coding.c (encode_coding_raw_text): Avoid unnecessary test
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:20:45 +0000 (09:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:20:45 +0000 (09:20 -0700)
commit8abc3f12955673bdb367b2de5556ff66f202d2d0
tree0555a165d49f0900c1be467857a89d46cebabbd2
parenta2d26660368fbe4cc7d103aad6f565e36a280fac
* 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.
src/ChangeLog
src/coding.c