Minor typo in setimgr.c (0.04b)
This only affects you if you wanted setimgr to use UTC (rather than your local timezone) for timestamps in it's output and for the up/download time restrictions.
The
#ifdef LOCAL_TIME
on line 162 should be
#if LOCAL_TIME
instead.
If you commented out the LOCAL_TIME #define (on line 80) rather than setting it to 0 then this wil have the same effect.
Minor typo in setimgr.c (0.04b)
This only affects you if you wanted setimgr to use UTC (rather than your local timezone) for timestamps in it's output and for the up/download time restrictions.
The
#ifdef LOCAL_TIME
on line 162 should be
#if LOCAL_TIME
instead.
If you commented out the LOCAL_TIME #define (on line 80) rather than setting it to 0 then this wil have the same effect.