Changeset e0cd003 for src/cor


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/cor/main.cc

    r5f4d9c3 re0cd003  
    7777           
    7878          if ( tab.count() == 0) 
    79             fputs(line, failedf); 
     79            fputs(line, outputf); 
    8080          else  
    8181            { 
     
    146146        } 
    147147       
    148       if(args.interactive_flag) 
    149         { 
    150         fflush(outputf); 
    151         fflush(failedf); 
    152       } 
     148      if(args.interactive_flag) fflush(outputf); 
    153149    } 
    154150  cmdline_parser_free(&args); 
Note: See TracChangeset for help on using the changeset viewer.