summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-01 13:58:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-01 13:58:30 +0000
commita30de31815b570f72ce7695394ccc9e731463e30 (patch)
tree17af798f45bbccd7f8de6c6dcf0857240a38259b /codec-cfg.c
parentb7b46136ce08b7c12f6753ef53bdbf6ceb4eb05c (diff)
downloadmpv-a30de31815b570f72ce7695394ccc9e731463e30.tar.bz2
mpv-a30de31815b570f72ce7695394ccc9e731463e30.tar.xz
codecs-status.html should be written to an existing path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15316 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 5d5269207d..66c721013e 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -1067,7 +1067,7 @@ int main(int argc, char* argv[])
}
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!='%'){