summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d76d251)
raw | patch | inline | side by side (parent: d76d251)
author | Manuel Luis Sanmartín Rozada <manuel.luis@gmail.com> | |
Wed, 18 Jun 2014 22:35:02 +0000 (00:35 +0200) | ||
committer | Manuel Luis Sanmartín Rozada <manuel.luis@gmail.com> | |
Wed, 18 Jun 2014 22:35:02 +0000 (00:35 +0200) |
from timestamp to cdtime_t
src/utils_cmd_putnotif.c | patch | blob | history |
index 5a9faff2321e315188e370c7b5508fb17a108576..3496ca9329500c70aaaae477135cbd159378d1d0 100644 (file)
--- a/src/utils_cmd_putnotif.c
+++ b/src/utils_cmd_putnotif.c
if (tmp <= 0)
return (-1);
- n->time = tmp;
+ n->time = TIME_T_TO_CDTIME_T(tmp);
return (0);
} /* int set_option_time */