changeset 14680:7422f9b6be5c

Fixed bug near line 761.
author jheryan
date Thu, 10 Feb 2005 10:01:31 +0000
parents fa20f0e5435c
children f6d4ef286a6b
files DOCS/xml/en/faq.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml	Thu Feb 10 00:54:22 2005 +0000
+++ b/DOCS/xml/en/faq.xml	Thu Feb 10 10:01:31 2005 +0000
@@ -761,7 +761,7 @@
 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>