(decode_coding_object): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Mar 2008 20:26:59 +0000 (20:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Mar 2008 20:26:59 +0000 (20:26 +0000)
src/coding.c

index d862ed1..2fe1444 100644 (file)
@@ -7051,7 +7051,7 @@ decode_coding_object (coding, src_object, from, from_byte, to, to_byte,
       /* Most callers presume this will return a multibyte result, and they
         won't use `binary' or `raw-text' anyway, so let's not worry about
         CODING_FOR_UNIBYTE.  */
-      coding->dst_multibyte = Qt;
+      coding->dst_multibyte = 1;
     }
 
   decode_coding (coding);