mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Add argument checking to a few more printf-style calls.
This commit is contained in:
parent
697b68ab01
commit
bfdce4d419
7 changed files with 9 additions and 9 deletions
|
@ -174,7 +174,7 @@ bool SQLite::DoInit(const WriterInfo& info, int arg_num_fields,
|
|||
string type = GetTableType(field->type, field->subtype);
|
||||
if ( type == "" )
|
||||
{
|
||||
InternalError(Fmt("Could not determine type for field %lu:%s", i, fieldname));
|
||||
InternalError(Fmt("Could not determine type for field %u:%s", i, fieldname));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue