Skip to content

Commit d28b3e4

Browse files
committed
Fix conversion warnings in TracePluginImpl
1 parent 6dca974 commit d28b3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/ntrace/TracePluginImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ void TracePluginImpl::register_sql_statement(ITraceSQLStatement* statement)
18091809
if (!sql)
18101810
return;
18111811

1812-
size_t sql_length = strlen(sql);
1812+
FB_SIZE_T sql_length = fb_strlen(sql);
18131813
if (!sql_length)
18141814
return;
18151815

0 commit comments

Comments
 (0)