Changeset e0cd003 for src/lem/main.cc
- 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/lem/main.cc
rcfdf333 re0cd003 66 66 67 67 if (tab.count() == 0) 68 fputs(line, failedf);68 fputs(line, outputf); 69 69 else 70 70 { // mamy jakies opisy w slowniku … … 124 124 } 125 125 126 if(args.interactive_flag) 127 fflush(outputf), fflush(failedf); 126 if(args.interactive_flag) fflush(outputf); 128 127 129 128 }
Note: See TracChangeset
for help on using the changeset viewer.