diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-09 21:03:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-09 21:03:22 +0000 |
commit | a466c99842c4b482c847b6336aae458509963dcd (patch) | |
tree | 5bc5de38228a1275955e7b9fc5d0330955fbf45c /src/gui_at_fs.c | |
parent | ac76e4dd911ffbfe12aa5976c8629d3e310ccce9 (diff) | |
download | vim-git-a466c99842c4b482c847b6336aae458509963dcd.tar.gz |
updated for version 7.0106
Diffstat (limited to 'src/gui_at_fs.c')
-rw-r--r-- | src/gui_at_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_at_fs.c b/src/gui_at_fs.c index 474967ecb..3ded71152 100644 --- a/src/gui_at_fs.c +++ b/src/gui_at_fs.c @@ -2855,7 +2855,7 @@ vim_SelFile(toplevel, prompt, init_path, show_entry, x, y, fg, bg, scroll_fg, sc SFdirModTimerId = XtAppAddTimeOut(SFapp, (unsigned long) 1000, SFdirModTimer, (XtPointer) NULL); - while (1) + for (;;) { XtAppNextEvent(SFapp, &event); XtDispatchEvent(&event); |