Fix MetadataDecode name and fix compiler error with ci

This commit is contained in:
2026-01-23 05:11:48 -06:00
parent ba7213e184
commit b3c92707b9
5 changed files with 5 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ namespace Tesses::CrossLang
throw VMException(errorMessage);
}
TDictionary* TFile::DecodeMetadata(GCList& ls, size_t midx)
TDictionary* TFile::MetadataDecode(GCList& ls, size_t midx)
{
if(midx >= this->metadata.size()) return nullptr;
if(this->metadata[midx].second.empty()) return nullptr;