mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
b7b46136ce
commit
a30de31815
|
@ -1067,7 +1067,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
f1=fopen("DOCS/tech/codecs-in.html","rb"); if(!f1) exit(1);
|
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){
|
while((c=fgetc(f1))>=0){
|
||||||
if(c!='%'){
|
if(c!='%'){
|
||||||
|
|
Loading…
Reference in New Issue