Bug 7465 - Strings are not updated when a plugin is updated
: Strings are not updated when a plugin is updated
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Plugins
: 7.0
: PC All
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-09 15:38 UTC by Adrian Smith
Modified: 2008-03-10 05:11 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Smith 2008-03-09 15:38:58 UTC
There is a corner case bug with the string cache - it does not detect is a plugin string file is updated if this file is still older than one of the other string files.

Solution is not to use the newest mtime to validate the cache - probably use sum of mtimes for this?

Put it down to me to fix!
Comment 1 Adrian Smith 2008-03-10 05:11:42 UTC
Fixed in change 17835