Document that transaction void-time invalid value is now INT64_MAX.

This commit is contained in:
John Ralls
2026-07-18 16:49:05 -07:00
parent 6e33c23815
commit 332db182f2
+1 -1
View File
@@ -740,7 +740,7 @@ const char *xaccTransGetVoidReason(const Transaction *transaction);
* @param tr The transaction in question.
*
* @return A time64 containing the time that this transaction was
* voided. Returns a time of zero upon error.
* voided. Returns INT64_MAX if there is no voided date.
*/
time64 xaccTransGetVoidTime(const Transaction *tr);
/** @} */