(code_convert_region): Initialize total_skip.

This commit is contained in:
Andreas Schwab 2000-01-11 10:20:25 +00:00
parent 1d8c59e9d4
commit 4b39528cda

View file

@ -4509,7 +4509,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
{
int len = to - from, len_byte = to_byte - from_byte;
int require, inserted, inserted_byte;
int head_skip, tail_skip, total_skip;
int head_skip, tail_skip, total_skip = 0;
Lisp_Object saved_coding_symbol;
int multibyte = !NILP (current_buffer->enable_multibyte_characters);
int first = 1;