mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Compile fix.
This commit is contained in:
parent
28c5723775
commit
5af131e303
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ struct CompareString
|
|||
{
|
||||
bool operator()(char const *a, char const *b) const
|
||||
{
|
||||
return std::strcmp(a, b) < 0;
|
||||
return strcmp(a, b) < 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue