Changeset e0cd003 for src/lem_utf8/main.cc
- Timestamp:
- 01/18/13 22:43:56 (12 years ago)
- Branches:
- master
- Children:
- b97a556
- Parents:
- 243d027
- git-author:
- Tomasz Obrebski <to@…> (01/18/13 22:43:56)
- git-committer:
- Tomasz Obrebski <to@…> (01/18/13 22:43:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lem_utf8/main.cc
r5f4d9c3 re0cd003 70 70 } 71 71 if (tab.count() == 0) { 72 fputws(line, failedf);72 fputws(line, outputf); 73 73 } 74 74 … … 133 133 } 134 134 135 if (args.interactive_flag) 136 fflush(outputf), fflush(failedf); 135 if (args.interactive_flag) fflush(outputf); 137 136 138 137 }
Note: See TracChangeset
for help on using the changeset viewer.