From: Holger Schemel Date: Sun, 12 Mar 2017 19:26:09 +0000 (+0100) Subject: fixed crash bug when executing command 'print editorsetup.conf' X-Git-Tag: 4.1.0.0~156 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=93de8b8e26d71583efd800fafbfd24770dd9deec fixed crash bug when executing command 'print editorsetup.conf' --- 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++)