From 93de8b8e26d71583efd800fafbfd24770dd9deec Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 12 Mar 2017 20:26:09 +0100 Subject: [PATCH] fixed crash bug when executing command 'print editorsetup.conf' --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index 39f47982..e714de15 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5659,7 +5659,7 @@ static void ReinitializeElementList() void PrintEditorElementList() { - boolean *stop = &setup.editor.el_user_defined; + boolean *stop = &setup_editor_el_user_defined; int i, j; for (i = 0; editor_elements_info[i].setup_value != stop; i++) -- 2.34.1