I am to tired to commit, lets try again.

This commit is contained in:
QC 2014-11-29 17:15:13 +01:00
parent e2a3139b7d
commit d393a5ff2e
1 changed files with 1 additions and 1 deletions

View File

@ -1659,7 +1659,7 @@ MenuReturn menu ( char **lines, unsigned int num_lines, char **input, char *prom
state.retv = MENU_OK;
}
}
else if ( rc == -2 ) {
else if ( strlen( state.text->text) > 0 ) {
state.retv = MENU_CUSTOM_INPUT;
}
else{