X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconf-section.c;h=b06b9fd6bca499534966740ed1b3c3c42c6baf8f;hb=e4c695d49529d03352d241872493a5161e646288;hp=2e27546abc96fbc5173daaf224ae932d86060f52;hpb=6ceca20e5981c2ea45c51e0991269dedb9e91440;p=libucw.git diff --git a/lib/conf-section.c b/lib/conf-section.c index 2e27546a..b06b9fd6 100644 --- a/lib/conf-section.c +++ b/lib/conf-section.c @@ -91,7 +91,7 @@ inspect_section(struct cf_section *sec) } else if (ci->cls == CC_LIST) { inspect_section(ci->u.sec); sec->flags |= SEC_FLAG_DYNAMIC | SEC_FLAG_CANT_COPY; - } else if (ci->cls == CC_DYNAMIC) + } else if (ci->cls == CC_DYNAMIC || ci->cls == CC_BITMAP) sec->flags |= SEC_FLAG_DYNAMIC; else if (ci->cls == CC_PARSER) { sec->flags |= SEC_FLAG_CANT_COPY;