aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 2a152d48..ad99edce 100644
--- a/utf8.c
+++ b/utf8.c
@@ -354,6 +354,7 @@ utf8_set(struct utf8_data *ud, u_char ch)
u_int i;
*ud->data = ch;
+ ud->have = 1;
ud->size = 1;
ud->width = 1;