mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-27 13:47:35 -05:00
Document that transaction void-time invalid value is now INT64_MAX.
This commit is contained in:
@@ -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);
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user