# HG changeset patch # User Kenichi Handa # Date 1097756926 0 # Node ID 6e012bc030714cec3699641a76d1090b46fbf955 # Parent ff0e824afa379f65c6bda9e66e7a6d1bcb1e60d4 (Fcall_process): Fix merging of 2004-10-13 change. diff -r ff0e824afa37 -r 6e012bc03071 src/callproc.c --- a/src/callproc.c Thu Oct 14 08:50:09 2004 +0000 +++ b/src/callproc.c Thu Oct 14 12:28:46 2004 +0000 @@ -806,7 +806,8 @@ carryover = nread; /* This is to make the above condition always fails in the future. */ - saved_coding.type = coding_type_no_conversion; + saved_coding.common_flags + &= ~CODING_REQUIRE_DETECTION_MASK; continue; }