- 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)
- Location:
- src/lem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lem/common_lem.cc
r5f4d9c3 re0cd003 30 30 } 31 31 32 33 // STARE34 // if(args.dictionary_given)35 // strcpy(dictionary, args.dictionary_arg);36 // else {37 // char path[256];38 // //sprintf(path, "/etc/utt/data/%s/%s", args.locale_arg, DICT_FILE);39 // //if (file_accessible(path) == 0)40 // // strcpy(dictionary, path);41 // //else {42 // sprintf(path, "%s/%s", utt_dir, DICT_FILE);43 // if (file_accessible(path) == 0)44 // strcpy(dictionary, path);45 // else {46 // fprintf(stderr, "Cannot find dictionary!\n");47 // exit(1);48 // }49 // //}50 // }51 -
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.