summaryrefslogtreecommitdiffstats
path: root/src/oplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/oplist.c')
-rw-r--r--src/oplist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oplist.c b/src/oplist.c
index 4b3b666..77a99cd 100644
--- a/src/oplist.c
+++ b/src/oplist.c
@@ -303,6 +303,7 @@ static plist_err_t node_to_openstep(node_t node, bytearray_t **outbuf, uint32_t
303 if (coerce) { 303 if (coerce) {
304 Time64_T timev; 304 Time64_T timev;
305 if (plist_real_to_time64(node_data->realval, &timev) < 0) { 305 if (plist_real_to_time64(node_data->realval, &timev) < 0) {
306 PLIST_OSTEP_WRITE_ERR("Encountered invalid date value %f\n", node_data->realval);
306 return PLIST_ERR_INVALID_ARG; 307 return PLIST_ERR_INVALID_ARG;
307 } 308 }
308 struct TM _btime; 309 struct TM _btime;