summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils/t1utils-1.37/t1unmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/t1utils/t1utils-1.37/t1unmac.c')
-rw-r--r--Build/source/utils/t1utils/t1utils-1.37/t1unmac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/utils/t1utils/t1utils-1.37/t1unmac.c b/Build/source/utils/t1utils/t1utils-1.37/t1unmac.c
index e1d27219851..02e431b10b4 100644
--- a/Build/source/utils/t1utils/t1utils-1.37/t1unmac.c
+++ b/Build/source/utils/t1utils/t1utils-1.37/t1unmac.c
@@ -651,8 +651,7 @@ particular purpose.\n");
_setmode(_fileno(ifp), _O_BINARY);
/* If we are processing a PFB (binary) output */
/* file, we must set its file mode to binary. */
- if (pfb)
- _setmode(_fileno(ofp), _O_BINARY);
+ _setmode(_fileno(ofp), _O_BINARY);
#endif
if (pfb)