- 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/gue/main.cc
r5f4d9c3 re0cd003 57 57 guess.ana(form, tab); 58 58 59 if ((tab.count()==0) && (!args.no_fail_flag)) // no guesses - analysis was unsuccessful60 fputs(line, failedf);59 if ((tab.count()==0)) // no guesses - analysis was unsuccessful 60 fputs(line, outputf); 61 61 else 62 62 { … … 155 155 } 156 156 } 157 if(args.interactive_flag) 158 fflush(outputf), fflush(failedf); 157 if(args.interactive_flag) fflush(outputf); 159 158 160 159 }
Note: See TracChangeset
for help on using the changeset viewer.