summaryrefslogtreecommitdiff
path: root/src/ansr-tex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansr-tex.c')
-rw-r--r--src/ansr-tex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ansr-tex.c b/src/ansr-tex.c
index df40ae9..46d6d00 100644
--- a/src/ansr-tex.c
+++ b/src/ansr-tex.c
@@ -92,7 +92,7 @@ static ansr_t * ansr_from_file(const char *path)
FILE *f;
ansr_t *a;
- f = fopen(path, "r");
+ f = fopen(path, "rb");
if (!f)
return NULL;
© All Rights Reserved