Ignore:
Timestamp:
03/13/12 17:18:41 (13 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
555c7f8
Parents:
a15e59b
git-author:
Tomasz Obrebski <to@…> (03/13/12 17:18:41)
git-committer:
Tomasz Obrebski <to@…> (03/13/12 17:18:41)
Message:

dodane programy do uaktualniania slownika form (compdic-*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/common/common.cc

    rcfdf333 rf4bf33e  
    168168    if(!(outputf=fopen(args->output_arg,"w"))) 
    169169    { 
    170       fprintf(stderr,"Cannot open output file: %s.\n", args->output_arg); 
     170      fprintf(stderr,"Cannot open the output file: %s.\n", args->output_arg); 
    171171      exit(1); 
    172172    } 
     
    175175      if(!(failedf=fopen(args->fail_arg,"w"))) 
    176176      { 
    177         fprintf(stderr,"Cannot open output file: %s.\n", args->fail_arg); 
     177        fprintf(stderr,"Cannot open the output file: %s.\n", args->fail_arg); 
    178178        exit(1); 
    179179      } 
Note: See TracChangeset for help on using the changeset viewer.