From: Art Cancro Date: Thu, 31 Aug 2023 18:48:43 +0000 (-0900) Subject: fix compiler warning X-Git-Tag: v989~5 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4fdeaf260cb25b15873a7e581490cf031852756b;p=citadel.git fix compiler warning --- diff --git a/citadel/utils/loadtest.c b/citadel/utils/loadtest.c index c3acb0589..ad685ff30 100644 --- a/citadel/utils/loadtest.c +++ b/citadel/utils/loadtest.c @@ -288,7 +288,7 @@ void do_stuff(int serv_sock) { serv_puts(serv_sock, buf); serv_gets(serv_sock, buf); - printf("\033[%d;0H\033[32m%6ld\033[0m", 7+serv_sock, serv_sock-3); + printf("\033[%d;0H\033[32m%6d\033[0m", 7+serv_sock, serv_sock-3); long ops = 0; while(1) {