[MPlayer-dev-eng] [PATCH] codec-cfg.c docs path
Diego Biurrun
diego at biurrun.de
Mon Oct 20 01:39:48 CEST 2003
Hi!
While updating the DOCS path in all of the sources I found a reference
in codec-cfg.c that still needs to be fixed. The problem is that if I
apply the following patch
--- codec-cfg.c 12 Sep 2003 19:14:56 -0000 1.107
+++ codec-cfg.c 19 Oct 2003 21:16:33 -0000
@@ -1038,7 +1038,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/HTML/en/codecs-status.html","wb"); if(!f2) exit(1);
while((c=fgetc(f1))>=0){
if(c!='%'){
codec-cfg will silently fail if the DOCS/HTML/en/ directory does not
exist. Is that a problem? Or does everybody using that tool know
what he/she is doing?
Diego
More information about the MPlayer-dev-eng
mailing list