diff options
| author | 2026-05-22 20:41:23 +0200 | |
|---|---|---|
| committer | 2026-05-22 20:41:23 +0200 | |
| commit | bd851a87ec93db2516455e982f121389a86fc0f7 (patch) | |
| tree | 2634e22b57c2e04611573c4a3f03a6f96506d87b /src/out-plutil.c | |
| parent | 024864926b1de278d6877a0864c1ca36f35c20e6 (diff) | |
| download | libplist-bd851a87ec93db2516455e982f121389a86fc0f7.tar.gz libplist-bd851a87ec93db2516455e982f121389a86fc0f7.tar.bz2 | |
Diffstat (limited to 'src/out-plutil.c')
| -rw-r--r-- | src/out-plutil.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/out-plutil.c b/src/out-plutil.c index 3b5bd34..e603f31 100644 --- a/src/out-plutil.c +++ b/src/out-plutil.c @@ -239,6 +239,9 @@ static plist_err_t node_to_string(node_t node, bytearray_t **outbuf, uint32_t de { Time64_T timev; if (plist_real_to_time64(node_data->realval, &timev) < 0) { +#if DEBUG + fprintf(stderr, "libplist: ERROR: Encountered invalid date value %f\n", node_data->realval); +#endif return PLIST_ERR_INVALID_ARG; } struct TM _btime; |
