aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core-commands.c')
-rw-r--r--src/core-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c
index 4ee0c5c..af10405 100644
--- a/src/core-commands.c
+++ b/src/core-commands.c
@@ -2767,7 +2767,7 @@ teco_state_ecommand_encoding(teco_machine_main_t *ctx, GError **error)
}
}
- teco_int_t dot_glyphs;
+ teco_int_t dot_glyphs = 0;
if (colon_modified) {
sptr_t dot_bytes = teco_interface_ssm(SCI_GETCURRENTPOS, 0, 0);
dot_glyphs = teco_interface_bytes2glyphs(dot_bytes);