From 8d0353241e8ea004e80e6b9f9add288f5edb765a Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 3 Apr 2023 12:05:16 -0400 Subject: [PATCH] typo --- src/main/threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/threads.c b/src/main/threads.c index 166f3cb423..3bcad607f9 100644 --- a/src/main/threads.c +++ b/src/main/threads.c @@ -587,7 +587,7 @@ retry: * Calculate the instantaneous departure rate * from the queue. */ -> thread_pool.pps_out.pps = rad_pps(&thread_pool.pps_out.pps_old, + thread_pool.pps_out.pps = rad_pps(&thread_pool.pps_out.pps_old, &thread_pool.pps_out.pps_now, &thread_pool.pps_out.time_old, &now); -- 2.47.2