mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move a few of the zeek::util methods and variables to zeek::util::detail
This commit is contained in:
parent
5a2ac84eee
commit
ddf48d7529
35 changed files with 1221 additions and 1226 deletions
|
@ -431,7 +431,7 @@ zeek::Options zeek::parse_cmdline(int argc, char** argv)
|
|||
if ( path->empty() )
|
||||
return;
|
||||
|
||||
*path = zeek::util::normalize_path(*path);
|
||||
*path = zeek::util::detail::normalize_path(*path);
|
||||
|
||||
if ( (*path)[0] == '/' || (*path)[0] == '~' )
|
||||
// Absolute path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue