(void) FormatLocaleString(path,MaxTextExtent,"%s/share/%s/",home,
MAGICKCORE_SHARE_RELATIVE_PATH);
(void) AppendValueToLinkedList(paths,ConstantString(path));
+ (void) FormatLocaleString(path,MaxTextExtent,"%s",
+ MAGICKCORE_SHAREARCH_PATH);
+ (void) AppendValueToLinkedList(paths,ConstantString(path));
#endif
home=DestroyString(home);
}
(void) FormatLocaleString(path,MaxTextExtent,"%s/share/%s/",prefix,
MAGICKCORE_SHARE_RELATIVE_PATH);
(void) AppendValueToLinkedList(paths,ConstantString(path));
+ (void) FormatLocaleString(path,MaxTextExtent,"%s",
+ MAGICKCORE_SHAREARCH_PATH);
+ (void) AppendValueToLinkedList(paths,ConstantString(path));
#endif
}
/*