changeset 1689:8f80b446b4e4

codecs.html renamed to codecs-status.html
author arpi
date Sat, 25 Aug 2001 19:03:11 +0000
parents 5fd4e5a76468
children 09f9297d2ee6
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Sat Aug 25 14:17:40 2001 +0000
+++ b/codec-cfg.c	Sat Aug 25 19:03:11 2001 +0000
@@ -732,7 +732,7 @@
 		printf("no audioconfig.\n");
 
         f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1);
-        f2=fopen("DOCS/codecs.html","wb"); if(!f2) exit(1);
+        f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
         
         while((c=fgetc(f1))>=0){
             if(c!='%'){