[Rawstudio-commit] r2025 - trunk/src
Anders Brander
anders at brander.dk
Tue Sep 23 19:10:38 CEST 2008
Author: abrander
Date: 2008-09-23 19:10:38 +0200 (Tue, 23 Sep 2008)
New Revision: 2025
Modified:
trunk/src/rs-cache.c
Log:
Fixed rs_cache_load() to actually return the mask.
Modified: trunk/src/rs-cache.c
===================================================================
--- trunk/src/rs-cache.c 2008-09-23 06:31:32 UTC (rev 2024)
+++ trunk/src/rs-cache.c 2008-09-23 17:10:38 UTC (rev 2025)
@@ -333,7 +333,7 @@
xmlFreeDoc(doc);
g_free(cachename);
- return(TRUE);
+ return mask;
}
void
More information about the Rawstudio-commit
mailing list