X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=io-svg.c;h=e44af1a5a87fbc0299799a169dd91e8622467c83;hb=69c07afcddd151c04a9175f611b04eb23223310d;hp=09b70af7e43cea233227b0cca0ba07ef1d23da8d;hpb=f6c865894605fd38feb4abb93e121b1f0f298010;p=libsvgtiny-pixbuf.git diff --git a/io-svg.c b/io-svg.c index 09b70af..e44af1a 100644 --- a/io-svg.c +++ b/io-svg.c @@ -469,14 +469,14 @@ static gchar* process_gtk_symbolic_svg_xinclude(const gchar* buffer, * leading tag. */ gchar* svg_open_start = g_strstr_len(decoded, decoded_size, ""); if (svg_open_end == NULL) { - /* Uhhhhh */ + /* The decoded data is not what we were expecting. Give up. */ g_free(decoded); return NULL; }