summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 594daf335..01663890a 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4251,7 +4251,8 @@ restore_backup:
* 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;