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 /release/sysinstall/msg.c | |
parent | cac2be43a7e84c675326f90ab1442abf4ee8069e (diff) |
Ugh. Back out local changes that crept in with my last commit. :(
Notes
Notes:
svn path=/head/; revision=63115
Diffstat (limited to 'release/sysinstall/msg.c')
-rw-r--r-- | release/sysinstall/msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index 86204559bfc3..499d70501a37 100644 --- a/release/sysinstall/msg.c +++ b/release/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 */ |