Changeset e0cd003 for src/lem/main.cc


Ignore:
Timestamp:
01/18/13 22:43:56 (12 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/lem/main.cc

    rcfdf333 re0cd003  
    6666           
    6767          if (tab.count() == 0)  
    68             fputs(line, failedf); 
     68            fputs(line, outputf); 
    6969          else  
    7070            { // mamy jakies opisy w slowniku 
     
    124124        } 
    125125       
    126       if(args.interactive_flag)  
    127         fflush(outputf), fflush(failedf); 
     126      if(args.interactive_flag) fflush(outputf); 
    128127       
    129128    } 
Note: See TracChangeset for help on using the changeset viewer.