This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 28828431177c96224a416985f1f85bf593ddb315
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jan 9 19:31:20 2025 +0000
ecore - anim - just in case use long long for timepoint
this isnt an actual issue except in theory, but just use a long long
for timepoint.
---
src/lib/ecore/ecore_anim.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore/ecore_anim.c b/src/lib/ecore/ecore_anim.c
index e4cf21c9ff..12a3be75de 100644
--- a/src/lib/ecore/ecore_anim.c
+++ b/src/lib/ecore/ecore_anim.c
@@ -142,7 +142,7 @@ _timer_tick_core(void *data EINA_UNUSED, Ecore_Thread *thread)
struct timeval tv;
Eina_Bool data_control;
Eina_Bool data_timeout;
- unsigned int t;
+ unsigned long long t;
signed char tick = 0;
double t0, d, ft;
int ret;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.