Changeset 3036
- Timestamp:
- Apr 8, 2007, 12:26:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/flex/main.c
r3031 r3036 350 350 } 351 351 352 prev_stdout = freopen (outfilename, "w+ ", stdout);352 prev_stdout = freopen (outfilename, "w+b", stdout); 353 353 354 354 if (prev_stdout == NULL) … … 400 400 } 401 401 402 if ((tablesout = fopen (tablesfilename, "w ")) == NULL)402 if ((tablesout = fopen (tablesfilename, "wb")) == NULL) 403 403 lerrsf (_("could not create %s"), tablesfilename); 404 404 if (pname) … … 1487 1487 1488 1488 if (backing_up_report) { 1489 backing_up_file = fopen (backing_name, "w ");1489 backing_up_file = fopen (backing_name, "wb"); 1490 1490 if (backing_up_file == NULL) 1491 1491 lerrsf (_
Note:
See TracChangeset
for help on using the changeset viewer.