* coding.c (detect_coding_iso_2022): Initialize a local variable that might
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:36:31 +0000 (23:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:36:31 +0000 (23:36 -0800)
commit160b01f65a12a9e6893c270662d6ae249a1db300
treeff089d2e38c2229577d3c1a550d264b3ba8415cc
parentee05f96119932f5e4f33b59e1a2f4abdd9c0a34a
* coding.c (detect_coding_iso_2022): Initialize a local variable that might

be used uninitialized.  Leave a FIXME because it's not clear that
this initialization is needed.
src/ChangeLog
src/coding.c