diff options
Diffstat (limited to 'builtins/pointer.c')
| -rw-r--r-- | builtins/pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/pointer.c b/builtins/pointer.c index 5090edd9..bd18a1e4 100644 --- a/builtins/pointer.c +++ b/builtins/pointer.c @@ -54,7 +54,7 @@ public Text_t Pointer$as_text(const void *x, bool colorize, const TypeInfo *type colorize ? Text("\x1b[34;1m") : Text(""), Text$from_str(ptr_info.sigil), Text(".."), - Int32$as_text(&depth, false, &$Int32), + Int32$as_text(&depth, false, &Int32$info), colorize ? Text("\x1b[m") : Text("")); if (ptr_info.is_optional) text = Text$concat(text, colorize ? Text("\x1b[34;1m?\x1b[m") : Text("?")); |
