1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
No description
Find a file
OBATA Akio 16eb6092b0 dtcm: prevent to use NULL as a Tick type
Tick (aka time_t) shall be an integer type, not a pointer.
Change to use `0` instead of `NULL`.
2021-10-16 17:07:37 +09:00
cde dtcm: prevent to use NULL as a Tick type 2021-10-16 17:07:37 +09:00