comparison codec-cfg.c @ 10286:e89a7e9410b4

Add missing language suffix to DOCS/ path.
author diego
date Fri, 13 Jun 2003 01:25:11 +0000
parents e241942f6aee
children fdc349b9bd1d
comparison
equal deleted inserted replaced
10285:490d841edce8 10286:e89a7e9410b4
1031 printf("};\n\n"); 1031 printf("};\n\n");
1032 } 1032 }
1033 exit(0); 1033 exit(0);
1034 } 1034 }
1035 1035
1036 f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1); 1036 f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1);
1037 f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1); 1037 f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1);
1038 1038
1039 while((c=fgetc(f1))>=0){ 1039 while((c=fgetc(f1))>=0){
1040 if(c!='%'){ 1040 if(c!='%'){
1041 fputc(c,f2); 1041 fputc(c,f2);
1042 continue; 1042 continue;