changeset 15315:fd674500a042

codecs-status.html should be written to an existing path.
author diego
date Sun, 01 May 2005 13:58:30 +0000
parents 5ca3a981d62a
children 4626c01a4be0
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Sun May 01 11:13:14 2005 +0000
+++ b/codec-cfg.c	Sun May 01 13:58:30 2005 +0000
@@ -1067,7 +1067,7 @@
 	}
 
         f1=fopen("DOCS/tech/codecs-in.html","rb"); if(!f1) exit(1);
-        f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1);
+        f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
         
         while((c=fgetc(f1))>=0){
             if(c!='%'){