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.
Updated by Marcel Telka about 3 years ago
Review: https://illumos.org/rb/r/1655/
Updated by Marcel Telka about 3 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk about 3 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 490f8d7888f182c08d8e83e38cd281c8f867b0a3
commit 490f8d7888f182c08d8e83e38cd281c8f867b0a3 Author: Marcel Telka <marcel@telka.sk> Date: 2019-04-09T23:49:20.000Z 10682 strftime(3c): Replace (char *)0 by NULL Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions