X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore.c;h=50b47b013282a958b81896883bb270bf414e426a;hb=afdaf6a249027cccc296b8923dd95fd38736b70d;hp=abe70204425fb1457e6c31ee064b95c9ecfd136f;hpb=a5a9eca66728d271a442125ac52098378c70cf42;p=bluesky.git diff --git a/bluesky/store.c b/bluesky/store.c index abe7020..50b47b0 100644 --- a/bluesky/store.c +++ b/bluesky/store.c @@ -10,7 +10,7 @@ #include #include -#include "bluesky.h" +#include "bluesky-private.h" /* Interaction with cloud storage. We expose very simple GET/PUT style * interface, which different backends can implement. Available backends @@ -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)