mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-06-09 20:03:58 +03:00
strptime(3) doesn't set errno, so when it was failing, calling perror() meant producing messages like: Failed to parse FAKETIME timestamp: Success Rather than use perror(), just send the warning message directly to stderr. This was first reported in https://bugs.debian.org/939789