Skip to content

Fixed: STRFTIME would crash Zandronum if a negative was passed into the first...

Ru5tK1ng requested to merge topic/default/strftime-fix into branch/default

Since STRFTIME expects a valid non-negative time_t, I clamped the first argument.

Merge request reports