From 9fb3d3f14c17f8307f04907d5f57034410dc7010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 26 Dec 2023 18:37:21 +0100 Subject: core: store microseconds in buffer lines (closes #649) --- src/core/hook/wee-hook-print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hook/wee-hook-print.c') diff --git a/src/core/hook/wee-hook-print.c b/src/core/hook/wee-hook-print.c index 6c95e3e11..bea7bf2ff 100644 --- a/src/core/hook/wee-hook-print.c +++ b/src/core/hook/wee-hook-print.c @@ -168,6 +168,7 @@ hook_print_exec (struct t_gui_buffer *buffer, struct t_gui_line *line) ptr_hook->callback_data, buffer, line->data->date, + line->data->date_usec, line->data->tags_count, (const char **)line->data->tags_array, (int)line->data->displayed, (int)line->data->highlight, -- cgit v1.2.3