Bug 12948 - The function FcConfigUptoDate returns FcTrue, though it should return FcFalse
Summary: The function FcConfigUptoDate returns FcTrue, though it should return FcFalse
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.4
Hardware: All All
: medium normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 01:22 UTC by David
Modified: 2007-11-03 13:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.