Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/path_util.c
| Context not available. | |||||
| /* So far, only wildcards in last group of the pattern... */ | /* So far, only wildcards in last group of the pattern... */ | ||||
| only_wildcards = true; | only_wildcards = true; | ||||
| } | } | ||||
| /* Only one group in the pattern, so even if its only made of wildcard(s), it is assumed vaid. */ | /* Only one group in the pattern, so even if its only made of wildcard(s), it is assumed valid. */ | ||||
luzpaz: //it is assumed// `void` or `valid` ? | |||||
brechtUnsubmitted Not Done Inline Actionsvalid. brecht: `valid`. | |||||
| return false; | return false; | ||||
| } | } | ||||
| Context not available. | |||||
it is assumed void or valid ?