]> Nishi Git Mirror - gwion.git/commitdiff
:bug: fix cdod
authorfennecdjay <fennecdjay@gmail.com>
Mon, 25 Sep 2023 09:15:54 +0000 (11:15 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Mon, 25 Sep 2023 09:15:54 +0000 (11:15 +0200)
src/import/import_internals.c

index 8b670e7c4ace5d910167cfeb4aed940fa604074d..6a7e148d236c6710026918b0b88c24259a9612a0 100644 (file)
@@ -32,7 +32,7 @@ ANN void gwi_reset(const Gwi gwi) {
 ANN static m_bool run_with_doc(const Gwi gwi, m_bool (*f)(const Gwi)) {
   struct GwfmtState ls     = {.builtin = true, .nindent = 4};
   text_init(&ls.text, gwi->gwion->mp);
-  Gwfmt             gwfmter = {.mp = gwi->gwion->mp, .ls = &ls };
+  Gwfmt             gwfmter = {.mp = gwi->gwion->mp, .ls = &ls, .st = gwi->gwion->st };
   gwfmt_indent(&gwfmter);
   gwfmt_util(&gwfmter, "{-}#!+ %s{0}\n", gwi->gwion->env->name);
   gwi->gwfmt = &gwfmter;