diff options
| -rw-r--r-- | apps/gui/gwps-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index c8dc156..08cc4c6 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -1388,6 +1388,7 @@ static bool get_line(struct gui_wps *gwps, case WPS_TOKEN_CONDITIONAL: /* place ourselves in the right conditional case */ i = evaluate_conditional(gwps, i); + update = true; break; case WPS_TOKEN_CONDITIONAL_OPTION: |