Changeset e0cd003 for src/kor


Ignore:
Timestamp:
01/18/13 22:43:56 (11 years ago)
Author:
Tomasz Obrebski <to@…>
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)
Message:

wsp�lny parametr -e usuni�ty
wyg�adzone teksty help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/kor/main.cc

    r5f4d9c3 re0cd003  
    2222 
    2323  Corr cor; 
    24  
    25   //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
    26 //  strcpy(dictionary,"cor.bin"); 
    2724 
    2825  cor.load(dictionary); 
     
    7269           
    7370          if ( tab.count() == 0) 
    74             fputs(line, failedf); 
     71            fputs(line, inputf); 
    7572          else  
    7673            { 
     
    165162        } 
    166163       
    167       if(args.interactive_flag) 
    168         { 
    169         fflush(outputf); 
    170         fflush(failedf); 
    171       } 
     164      if(args.interactive_flag) fflush(outputf); 
    172165    } 
    173166  cmdline_parser_free(&args); 
Note: See TracChangeset for help on using the changeset viewer.