Changeset f4bf33e for src/common/common.cc
- Timestamp:
- 03/13/12 17:18:41 (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/common/common.cc
rcfdf333 rf4bf33e 168 168 if(!(outputf=fopen(args->output_arg,"w"))) 169 169 { 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); 171 171 exit(1); 172 172 } … … 175 175 if(!(failedf=fopen(args->fail_arg,"w"))) 176 176 { 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); 178 178 exit(1); 179 179 }
Note: See TracChangeset
for help on using the changeset viewer.