diff options
| -rw-r--r-- | src/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c index fc2c7c2..1210772 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1332,7 +1332,7 @@ wl_closure_print(struct wl_closure *closure, struct wl_object *target, fprintf(stderr, "nil"); break; case 'a': - fprintf(stderr, "array"); + fprintf(stderr, "array[%zu]", closure->args[i].a->size); break; case 'h': fprintf(stderr, "fd %d", closure->args[i].h); |
