diff options
Diffstat (limited to 'src/LYJump.c')
-rw-r--r-- | src/LYJump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYJump.c b/src/LYJump.c index d28468dc..478ddfc9 100644 --- a/src/LYJump.c +++ b/src/LYJump.c @@ -387,7 +387,7 @@ PRIVATE unsigned LYRead_Jumpfile ARGS1(struct JumpTable *,jtp) if (st.st_fab_rfm != (char)FAB$C_STMLF) { /** It's a record-oriented file. **/ IsStream_LF = FALSE; - if ((fp = fopen(jtp->file, TXT_R, "mbc=32")) == NULL) { + if ((fp = fopen(jtp->file, "r", "mbc=32")) == NULL) { HTAlert(CANNOT_OPEN_JUMP_FILE); FREE(mp); return 0; |