diff options
| author | 2026-05-22 20:41:23 +0200 | |
|---|---|---|
| committer | 2026-05-22 20:41:23 +0200 | |
| commit | bd851a87ec93db2516455e982f121389a86fc0f7 (patch) | |
| tree | 2634e22b57c2e04611573c4a3f03a6f96506d87b /src/oplist.c | |
| parent | 024864926b1de278d6877a0864c1ca36f35c20e6 (diff) | |
| download | libplist-bd851a87ec93db2516455e982f121389a86fc0f7.tar.gz libplist-bd851a87ec93db2516455e982f121389a86fc0f7.tar.bz2 | |
Diffstat (limited to 'src/oplist.c')
| -rw-r--r-- | src/oplist.c | 1 |
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 if (coerce) { Time64_T timev; if (plist_real_to_time64(node_data->realval, &timev) < 0) { + PLIST_OSTEP_WRITE_ERR("Encountered invalid date value %f\n", node_data->realval); return PLIST_ERR_INVALID_ARG; } struct TM _btime; |
