diff 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
line wrap: on
line diff
--- a/codec-cfg.c	Fri Jun 13 00:56:23 2003 +0000
+++ b/codec-cfg.c	Fri Jun 13 01:25:11 2003 +0000
@@ -1033,8 +1033,8 @@
 		exit(0);
 	}
 
-        f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1);
-        f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
+        f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1);
+        f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1);
         
         while((c=fgetc(f1))>=0){
             if(c!='%'){