- 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/kor/main.cc
r5f4d9c3 re0cd003 22 22 23 23 Corr cor; 24 25 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!26 // strcpy(dictionary,"cor.bin");27 24 28 25 cor.load(dictionary); … … 72 69 73 70 if ( tab.count() == 0) 74 fputs(line, failedf);71 fputs(line, inputf); 75 72 else 76 73 { … … 165 162 } 166 163 167 if(args.interactive_flag) 168 { 169 fflush(outputf); 170 fflush(failedf); 171 } 164 if(args.interactive_flag) fflush(outputf); 172 165 } 173 166 cmdline_parser_free(&args);
Note: See TracChangeset
for help on using the changeset viewer.