[MPlayer-cvslog] CVS: main codec-cfg.c,1.118,1.119
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun May 1 15:58:32 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv16722
Modified Files:
codec-cfg.c
Log Message:
codecs-status.html should be written to an existing path.
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- codec-cfg.c 30 Apr 2005 16:15:07 -0000 1.118
+++ codec-cfg.c 1 May 2005 13:58:30 -0000 1.119
@@ -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!='%'){
More information about the MPlayer-cvslog
mailing list