From 59b79701d6d2a530e40ddfb09888ce94c85eb0a7 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Thu, 31 Jul 2025 14:45:31 +0200 Subject: [PATCH] fix: Fixed get_milliseconds() calculation --- src/utils/time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/time.c b/src/utils/time.c index 9632e39..cc1cb26 100644 --- a/src/utils/time.c +++ b/src/utils/time.c @@ -6,7 +6,7 @@ /* By: tchampio