Changeset e0cd003 for src/lem


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

Location:
src/lem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/lem/common_lem.cc

    r5f4d9c3 re0cd003  
    3030} 
    3131 
    32  
    33 // STARE 
    34 //  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  
    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.