diff options
Diffstat (limited to 'form.c')
-rw-r--r-- | form.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -459,6 +459,8 @@ formUpdateBuffer(Anchor *a, Buffer *buf, FormItemList *form) } else #endif /* MENU_SELECT */ + if (!form->value) + break; p = form->value->ptr; l = buf->currentLine; if (!l) |