Changeset e0cd003 for src/cor/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/cor/main.cc
r5f4d9c3 re0cd003 77 77 78 78 if ( tab.count() == 0) 79 fputs(line, failedf);79 fputs(line, outputf); 80 80 else 81 81 { … … 146 146 } 147 147 148 if(args.interactive_flag) 149 { 150 fflush(outputf); 151 fflush(failedf); 152 } 148 if(args.interactive_flag) fflush(outputf); 153 149 } 154 150 cmdline_parser_free(&args);
Note: See TracChangeset
for help on using the changeset viewer.