]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
Merge branch 'refs/heads/t/simple_error_codes'
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 63afca07fd1839fa5626d3139edd4c7450e38647..8e83cc53c6d55f53ccdb0a9dfbb4c89f0bb7525a 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -1161,7 +1161,7 @@ static void print_scroll_msg(void)
        unsigned lines_total, filled = ringbuffer_filled(bot_win_rb);
        int first_rbe = first_visible_rbe(&lines_total);
 
-       print_in_bar(COLOR_MSG, "scrolled view: %d-%d/%d\n", filled - first_rbe,
+       print_in_bar(COLOR_MSG, "scrolled view: %u-%u/%u\n", filled - first_rbe,
                filled - scroll_position, ringbuffer_filled(bot_win_rb));
 }