Bug 12948

Summary: The function FcConfigUptoDate returns FcTrue, though it should return FcFalse
Product: fontconfig Reporter: David <ssdk>
Component: libraryAssignee: Keith Packard <keithp>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: 2.4   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description David 2007-10-26 01:22:18 UTC
The description of the function FcConfigUptoDate states: "Checks all of the files related to config and returns whether the in-memory version is in sync with the disk version". So, when the in-memory version of the configuration is changed the function should return FcFalse.

However, the implementation of the function FcConfigUptoDate returns FcTrue in this condition.

The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=S0591
Comment 1 Keith Packard 2007-11-03 13:46:23 UTC
Updated documentation to reflect that this function only checks file timestamps against when the configuration was created, not when any other changes were made.

5d82c4c85d201011e60adcf887d15341ecdd5729

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.