commit | b52e260d2317524cd727ddc459ae4ef196906208 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 29 21:38:54 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 29 21:38:54 2007 +0000 |
tree | 1503f6eefc8e2d3503070b41775e2b4b2edfa458 | |
parent | 711d5b5c94d662e09a4fc90ac15f34e4529555c9 [diff] [blame] |
updated for version 7.1-146
diff --git a/src/fileio.c b/src/fileio.c index 594daf3..0166389 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -4251,7 +4251,8 @@ * they don't it adds one. * With other RMS structures it works perfect without this fix. */ - if ((buf->b_fab_rat & (FAB$M_FTN | FAB$M_CR)) != 0) + if (buf->b_fab_rfm == FAB$C_VFC + || ((buf->b_fab_rat & (FAB$M_FTN | FAB$M_CR)) != 0)) { int b2write;