Make any_loaded_file_changed() more reliable
authorFabian Keil <fk@fabiankeil.de>
Fri, 7 Dec 2012 12:43:05 +0000 (12:43 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 7 Dec 2012 12:43:05 +0000 (12:43 +0000)
commitdf64f10ceefe48354572157db92e5f8fb814b7c4
tree3bb7e82a9e281187aec902d4102ea3da8d4b1b3f
parent9be0727edbc5de0cfdbe1c9f7c244e1530f82fee
Make any_loaded_file_changed() more reliable

Using the timestamps from csp->config->config_file_list
doesn't always work as they are only updated when the
config file is changed.

If an action or filter file is reloaded the timestamps
aren't updated so any_loaded_file_changed() continued
to report file changes.
jcc.c
loaders.c
loaders.h