commit | a466c99842c4b482c847b6336aae458509963dcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:03:22 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:03:22 2005 +0000 |
tree | 5bc5de38228a1275955e7b9fc5d0330955fbf45c | |
parent | ac76e4dd911ffbfe12aa5976c8629d3e310ccce9 [diff] [blame] |
updated for version 7.0106
diff --git a/src/gui_at_fs.c b/src/gui_at_fs.c index 474967e..3ded711 100644 --- a/src/gui_at_fs.c +++ b/src/gui_at_fs.c
@@ -2855,7 +2855,7 @@ SFdirModTimerId = XtAppAddTimeOut(SFapp, (unsigned long) 1000, SFdirModTimer, (XtPointer) NULL); - while (1) + for (;;) { XtAppNextEvent(SFapp, &event); XtDispatchEvent(&event);