X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=impress%2Fr_back.c;h=29a30bbbb1c99cfb2c9c0da7c6fa85d9b71d48d7;hb=754b806f3559e429b6d3f17a3926c6e0bd63222d;hp=84681da6b6d547fa417baf607a01ce2fecb945d1;hpb=f00b898dd13b85e510188714f6b9d9a349d23ed2;p=evince.git diff --git a/impress/r_back.c b/impress/r_back.c index 84681da6..29a30bbb 100644 --- a/impress/r_back.c +++ b/impress/r_back.c @@ -16,7 +16,7 @@ _imp_fill_back(ImpRenderCtx *ctx, void *drw_data, iks *node) iks *x; type = r_get_style(ctx, node, "draw:fill"); - if (!type) return 0; + if (type == 0) return 0; if (strcmp(type, "solid") == 0) { if (r_get_color(ctx, node, "draw:fill-color", &col)) {