/[public]/psiconv/trunk/program/extra/rewrite.c
ViewVC logotype

Diff of /psiconv/trunk/program/extra/rewrite.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 164 Revision 165
30 30
31 /* psiconv_verbosity = PSICONV_VERB_DEBUG; */ 31 /* psiconv_verbosity = PSICONV_VERB_DEBUG; */
32 32
33 if (argc < 3) { 33 if (argc < 3) {
34 fprintf(stderr,"Not enough arguments\n"); 34 fprintf(stderr,"Not enough arguments\n");
35 fprintf(stderr,"Syntax: INFILE OUTFILE\n");
35 exit(1); 36 exit(1);
36 } 37 }
37 if (!(fp = fopen(argv[1],"r"))) { 38 if (!(fp = fopen(argv[1],"r"))) {
38 perror("Can't open file"); 39 perror("Can't open file");
39 exit(1); 40 exit(1);

Legend:
Removed from v.164  
changed lines
  Added in v.165

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26