mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove extra argument from mesgbox
This commit is contained in:
parent
60f6659f70
commit
a66edb3187
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ dialog_notify(char *msg)
|
|||
}
|
||||
tmphlp = get_helpline();
|
||||
use_helpline("Press enter to continue");
|
||||
dialog_mesgbox("Message", msg, -1, -1, TRUE);
|
||||
dialog_mesgbox("Message", msg, -1, -1);
|
||||
restore_helpline(tmphlp);
|
||||
touchwin(w);
|
||||
wrefresh(w);
|
||||
|
|
|
|||
Loading…
Reference in a new issue