Skip to content

Commit 78c7937

Browse files
committed
Fix conversion warning in Tokens
1 parent 3e3c65b commit 78c7937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Tokens.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void Tokens::parse(FB_SIZE_T length, const char* toParse)
8989
p2 = str.length();
9090
}
9191
else
92-
p2 += strlen(comm->stop);
92+
p2 += fb_strlen(comm->stop);
9393

9494
str.erase(p, p2 - p);
9595
origin += (p2 - p);

0 commit comments

Comments
 (0)