We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3c65b commit 78c7937Copy full SHA for 78c7937
src/common/Tokens.cpp
@@ -89,7 +89,7 @@ void Tokens::parse(FB_SIZE_T length, const char* toParse)
89
p2 = str.length();
90
}
91
else
92
- p2 += strlen(comm->stop);
+ p2 += fb_strlen(comm->stop);
93
94
str.erase(p, p2 - p);
95
origin += (p2 - p);
0 commit comments