diff options
Diffstat (limited to 'Build/source/texk/seetexk/dviconcat.c')
-rw-r--r-- | Build/source/texk/seetexk/dviconcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/dviconcat.c b/Build/source/texk/seetexk/dviconcat.c index 45d3821b2ae..0c50876e2e9 100644 --- a/Build/source/texk/seetexk/dviconcat.c +++ b/Build/source/texk/seetexk/dviconcat.c @@ -19,7 +19,7 @@ #include <kpathsea/getopt.h> #else #define FOPEN_RBIN_MODE "rb" -#define FOPEN_RBIN_MODE "wb" +#define FOPEN_WBIN_MODE "wb" #define SET_BINARY(x) (void)0 extern char *optarg; extern int optind; |