From b13dbd6ca4df58c185f639c409651cad2defa23b Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 29 Jul 2014 13:00:35 +0200 Subject: [PATCH] terminal/subterm: use usec_t instead of "unsigned long" Avoid hard-coding "unsigned long" and use the usec_t type defined in src/shared. --- src/libsystemd-terminal/subterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-terminal/subterm.c b/src/libsystemd-terminal/subterm.c index 5cf3c2a73..3990fb392 100644 --- a/src/libsystemd-terminal/subterm.c +++ b/src/libsystemd-terminal/subterm.c @@ -564,7 +564,7 @@ static void output_draw(Output *o, bool menu, term_screen *screen) { */ static void terminal_dirty(Terminal *t) { - uint64_t usec; + usec_t usec; int r; assert(t); -- 2.30.2