Changeset 3273 for trunk/src/kmk/output.c
- Timestamp:
- Jan 4, 2019, 1:48:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.c
r3271 r3273 736 736 /* "from" is opened by open_tmpfd, which does it in binary mode, so 737 737 we need the mode of "to" to match that. */ 738 prev_mode = _setmode (fileno (to), _O_BINARY);738 prev_mode = _setmode (fileno (to), O_BINARY); 739 739 #endif 740 740
Note:
See TracChangeset
for help on using the changeset viewer.