Fix error

This commit is contained in:
Wojtek Figat
2021-10-18 11:51:13 +02:00
parent 3838870b16
commit ea1a47159b

View File

@@ -96,7 +96,7 @@ bool FeatureData::Init()
if (c == '@')
break;
}
const Char* end = &contents[i];
const Char* end = contents.Get() + i;
// Set input
Inputs[inIndex].Set(start, (int32)(end - start));