Slightly fix directory structure.

This commit is contained in:
TXuian
2024-03-12 13:44:46 +08:00
parent 23d6224395
commit e054bb4c59
10 changed files with 238 additions and 4 deletions

View File

@@ -495,7 +495,7 @@ void tracer_find_tag(struct TraceTag* target, struct TraceTag* const source, cha
bool AchieveResourceTag(struct TraceTag* target, struct TraceTag* owner, char* name)
{
tracer_find_tag(target, owner, name);
if (target == NULL) {
if (target->meta == NULL) {
return false;
}
return true;