Actions
Bug #10682
closedstrftime(3c): Replace (char *)0 by NULL
Start date:
2019-04-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Replace (char *)0
by NULL
here in the strftime(3c)
man page:
If format is (char *)0, then the locale's default format is used. For strftime() the default format is the same as %c; for cftime() and ascftime() the default format is the same as %+. cftime() and ascftime() first try to use the value of the environment variable CFTIME, and if that is undefined or empty, the default format is used.
Actions