mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Fix crash when printing type of recursive structures.
Also slightly fix indentation in Type.h
This commit is contained in:
parent
13c4489578
commit
c5a14d1bc1
6 changed files with 50 additions and 6 deletions
|
@ -16,4 +16,5 @@ redef record Outer += {
|
|||
event bro_init() {
|
||||
local o = Outer();
|
||||
print o;
|
||||
print type_name(o);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue