LinkedListInfo
*cache;
- MagickStatusType
+ MagickBooleanType
status;
register ssize_t
Load external configure map.
*/
cache=NewLinkedList(0);
- status=MagickTrue;
#if !defined(MAGICKCORE_ZERO_CONFIGURATION_SUPPORT)
{
const StringInfo
option=(const StringInfo *) GetNextValueInLinkedList(options);
while (option != (const StringInfo *) NULL)
{
- status&=LoadConfigureCache(cache,(const char *)
+ (void) LoadConfigureCache(cache,(const char *)
GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
option=(const StringInfo *) GetNextValueInLinkedList(options);
}
ResourceLimitError,"MemoryAllocationFailed","`%s'",p->name);
continue;
}
- status&=AppendValueToLinkedList(cache,configure_info);
+ status=AppendValueToLinkedList(cache,configure_info);
if (status == MagickFalse)
(void) ThrowMagickException(exception,GetMagickModule(),
ResourceLimitError,"MemoryAllocationFailed","`%s'",
configure_info=NewConfigureKey("[built-in]","MAGICK_TEMPORARY_PATH",
head_path);
if (configure_info != (ConfigureInfo *) NULL)
- status&=AppendValueToLinkedList(cache,configure_info);
+ (void) AppendValueToLinkedList(cache,configure_info);
return(cache);
}
\f