1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(decode_coding_string): Handle CODING_FINISH_INTERRUPT.

This commit is contained in:
Kim F. Storm 2005-06-03 23:02:50 +00:00
parent 4da256b124
commit c3912f23e3

View File

@ -6260,6 +6260,7 @@ decode_coding_string (str, coding, nocopy)
produced += coding->produced;
produced_char += coding->produced_char;
if (result == CODING_FINISH_NORMAL
|| result == CODING_FINISH_INTERRUPT
|| (result == CODING_FINISH_INSUFFICIENT_SRC
&& coding->consumed == 0))
break;