mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed issue in 536bde4
This commit is contained in:
parent
648e14b6f7
commit
55824225ba
@ -627,12 +627,12 @@ Token GetNextToken(Lexer& lexer)
|
|||||||
{
|
{
|
||||||
lexer.token = Token::Name;
|
lexer.token = Token::Name;
|
||||||
lexer.name = lexer.string;
|
lexer.name = lexer.string;
|
||||||
lexer.nameLen = lexer.string - lexer.name;
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
lexer.charType = GetCharType(*++lexer.string);
|
lexer.charType = GetCharType(*++lexer.string);
|
||||||
}
|
}
|
||||||
while (lexer.charType <= CharType::Digit);
|
while (lexer.charType <= CharType::Digit);
|
||||||
|
lexer.nameLen = lexer.string - lexer.name;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user