]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix BUILD_DATE in rrdtool help output 1165/head
authorWolfgang Stöggl <c72578@yahoo.de>
Wed, 23 Mar 2022 16:58:45 +0000 (17:58 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Wed, 23 Mar 2022 18:25:00 +0000 (19:25 +0100)
commite59f703bbcc0af949ee365206426b6394c340c6f
tree7a4fbd13c4cf832caad01e69e3c34666f73c9a89
parent2db8afce06e64f86133fae21b7b6b730df540293
Fix BUILD_DATE in rrdtool help output

- This is a followup to #1102
- Fixes segfault when running "rrdtool --help"
- Change DATE_FMT to the same date format as the __DATE__ macro [1]:
  mmm dd yyyy

[1] https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
configure.ac
src/rrd_tool.c