From c5343219bba89ba1bd52f3c68b3fdf5214fe49de Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 28 Feb 2026 17:42:24 +0900 Subject: [PATCH] should --- src/core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core.c b/src/core.c index e9d43e1..c3700d3 100644 --- a/src/core.c +++ b/src/core.c @@ -10,6 +10,8 @@ xemil_t* xl_open(xl_driver_t* driver, void* arg) { handle->pre = NULL; handle->root = NULL; + handle->new_text = 0; + if(!handle->driver->open(handle)) { free(handle); return NULL;