Changeset e0cd003 for src/lem_utf8


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

    r5f4d9c3 re0cd003  
    7070              } 
    7171              if (tab.count() == 0) { 
    72                 fputws(line, failedf); 
     72                fputws(line, outputf); 
    7373                 } 
    7474       
     
    133133            } 
    134134       
    135       if (args.interactive_flag)  
    136           fflush(outputf), fflush(failedf); 
     135      if (args.interactive_flag) fflush(outputf); 
    137136       
    138137    } 
Note: See TracChangeset for help on using the changeset viewer.