MUIA_Dirlist_RejectPattern appears to incorrectly call MatchPatternNoCase with the supplied pattern, where the AMIGAOS documentation states that the pattern should be fed to ParsePatternNoCase and the result used with MatchPatternNoCase.
MUIA_DirList_RejectPattern was used wrongly in the Printer Prefs.
See contrib/development/gui/muibuilder/src/test.c for correct usage.
Log in to post a comment.
MUIA_DirList_RejectPattern was used wrongly in the Printer Prefs.
See contrib/development/gui/muibuilder/src/test.c for correct usage.