Author: akv
Date: 2012-04-22 22:05:15 +0200 (Sun, 22 Apr 2012)
New Revision: 4194
Modified:
branches/4175-enfuse/src/rs-cache.c
Log:
Fixed problem with all photos being marked as Enfused because of uninitialized
variable if cache doesn't exist.
Modified: branches/4175-enfuse/src/rs-cache.c
===================================================================
--- branches/4175-enfuse/src/rs-cache.c 2012-04-22 11:07:59 UTC (rev 4193)
+++ branches/4175-enfuse/src/rs-cache.c 2012-04-22 20:05:15 UTC (rev 4194)
@@ -535,6 +535,7 @@
if (priority) *priority = PRIO_U;
if (exported) *exported = FALSE;
+ if (exported) *enfuse = FALSE;
if (!filename)
return;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit