Skip to content
  • Tom Anderson's avatar
    Use realfilename for FcOpen in _FcConfigParse · 7ad010e8
    Tom Anderson authored and Akira TAGOH's avatar Akira TAGOH committed
    realfilename is the file name after sysroot adjustments.  It should be used
    instead of filename in the call to FcOpen() which forwards the name directly to
    open().
    
    Though I don't explicitly request a sysroot, I was getting error messages saying
    "failed reading config file".  This CL fixes the error spam.
    7ad010e8