summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjheryan <jheryan@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-10 10:01:31 +0000
committerjheryan <jheryan@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-10 10:01:31 +0000
commit1a2fe3da0d4ef08e9bb17e576a14f5401e14ba8d (patch)
tree6a22cfc9cc2223569e2545d4ec7ae1e0ebf668a2 /DOCS
parent5082eea41c8410644572308e3ed067b82f60ba27 (diff)
downloadmpv-1a2fe3da0d4ef08e9bb17e576a14f5401e14ba8d.tar.bz2
mpv-1a2fe3da0d4ef08e9bb17e576a14f5401e14ba8d.tar.xz
Fixed bug near line 761.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14681 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 2bc3948f41..d6ebedc49c 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -761,7 +761,7 @@ where &quot;?&quot; is any number then it's OK, the error is not here. If it is:
then there is a problem with your kernel/libc. Maybe you are using some security
patches (for example Solar Designer's OpenWall patch) which forces loading
libraries to very low addresses. Because <filename>l3codeca.acm</filename> is a
-non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
+non-relocatable DLL, it must be loaded to <literal>0x40000000</literal>, we can't
change this. You should use a non-patched kernel, or use <application>MPlayer</application>'s
<option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
</para></answer>