0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 00:09:57 +00:00
Biswapriyo Nath 8a11e500c8 fix(main/timg): Workaround compiler error with 32 bit targets
This commit workarounds the following compiler error.
timg-time.h:53:17: error: non-constant-expression cannot be narrowed from type
'int64_t' (aka 'long long') to 'time_t' (aka 'long') in initializer list [-Wc++11-narrowing]
2025-01-03 00:55:57 +05:30
..