If an AncorChain could not be "locked" continue trying
commitba3b11bdc71575020f91f039c1cf82854eca9a3f
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 20 Mar 2006 22:50:00 +0000 (20 22:50 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 20 Mar 2006 22:50:00 +0000 (20 22:50 +0000)
tree462ed8346a22b1f89be3dc4c4b000b5b01730702
parentb0013aab2fe7f03d87bdf58073a8203e6fff73a9
If an AncorChain could not be "locked" continue trying
only if APF_ITSWILD is set.

Tried to fix/improve not really safe old code for detecting
whether dir changed or not (APF_DirChanged).

Do not put complete/absolute (NameFromLock) filenames into
ap_Buf, but the pattern (passed to MatchFirst) with the
wildcards expanded to the matched object. Ie.
"/locale/catalogs/#?/#?.catalog" will not result in
"Boot:Locale/Catalogs/Deutsch/ahi.catalog" but in
"/locale/catalogs/Deutsch/ahi.catalog".

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@24193 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/dos/match_misc.c
rom/dos/matchnext.c