Start work on a rename operation. Not yet complete.
[bluesky.git] / bluesky / store.c
index abe7020..9e0fca1 100644 (file)
@@ -178,7 +178,7 @@ static BlueSkyRCStr *filestore_get(gpointer s, const gchar *key)
 {
     gchar *contents = NULL;
     gsize length;
-    GError *error;
+    GError *error = NULL;
 
     g_file_get_contents(key, &contents, &length, &error);
     if (contents == NULL)