1
0
Fork 0
forked from len0rd/rockbox

fix pictureflow, previous fix caused cache to never be marked as good

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19785 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-01-17 20:53:35 +00:00
parent d4e4b580c7
commit 2fecb713ea

View file

@ -1928,9 +1928,9 @@ int main(void)
if (!create_empty_slide(cache_version != CACHE_VERSION)) {
rb->splash(HZ, "Could not load the empty slide");
return PLUGIN_ERROR;
cache_version = CACHE_VERSION;
configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
}
cache_version = CACHE_VERSION;
configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
if (!create_pf_thread()) {
rb->splash(HZ, "Cannot create thread!");