fix: use DOUBLE_TO_CDTIME_T() to match input type
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 4 Aug 2014 11:37:09 +0000 (13:37 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 4 Aug 2014 11:37:09 +0000 (13:37 +0200)
commit524b85687dbbd4cc2bbb650caf300162dcd16e96
tree9bb98af24d11bf1daae9c4dfe9f94527cda157fb
parentb9ab99cc37687a111c4bbdd25c5924fa74a0c056
fix: use DOUBLE_TO_CDTIME_T() to match input type

... as strtod() returns a double not a time_t.

Follow-up to 7d1d59fb to match what ada80db25 does (currently in
master) and avoid a merge conflict.
src/utils_cmd_putnotif.c