Skip to content

Commit 4e25145

Browse files
committed
Fix linux build
1 parent d8b8684 commit 4e25145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.Misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ namespace SharedUtil
872872
std::string numbers;
873873
GetOption<T>(text, key, numbers);
874874
std::vector<std::string> numberList;
875-
strNumbers.Split(seperator, numberList);
875+
numbers.Split(separator, numberList);
876876
for (const auto& number : numberList)
877877
{
878878
if (number.empty())

0 commit comments

Comments
 (0)