diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-07-14 08:09:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-07-14 08:09:50 +0000 |
| commit | fbf67537b403dca1bd635657e459f0d36053b94b (patch) | |
| tree | f1a49d4a618d5ef2556fb9d4fc8733af7da6d4c0 /usr.sbin/sysinstall/msg.c | |
| parent | cac2be43a7e84c675326f90ab1442abf4ee8069e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
| -rw-r--r-- | usr.sbin/sysinstall/msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c index 86204559bfc31..499d70501a37c 100644 --- a/usr.sbin/sysinstall/msg.c +++ b/usr.sbin/sysinstall/msg.c @@ -216,7 +216,6 @@ msgNotify(char *fmt, ...) if (isDebug()) msgDebug("Notify: %s\n", errstr); dialog_msgbox(NULL, errstr, -1, -1, 0); - dialog_update(); } /* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */ |
