mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Bump Spicy to current main
.
This commit is contained in:
parent
86d1812d49
commit
a51e823bc0
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7b38bd27fff703f69659b750e3b89ed500340d7c
|
||||
Subproject commit 18a7377024003040db19c060f67484ec90ba0753
|
|
@ -511,7 +511,7 @@ bool GlueCompiler::loadEvtFile(hilti::rt::filesystem::path& path) {
|
|||
|
||||
if ( looking_at(*chunk, i, "from") ) {
|
||||
eat_token(*chunk, &i, "from");
|
||||
scope = hilti::ID(extract_path(*chunk, &i));
|
||||
scope = hilti::ID(extract_path(*chunk, &i).native());
|
||||
SPICY_DEBUG(hilti::util::fmt(" Got module %s to import from scope %s", module, scope));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue