From 9bf398f91413e8f735206ccc2cdd40eacbaae64b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Feb 2005 05:11:35 +0000 Subject: [PATCH] *** empty log message *** --- walk.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/walk.cc b/walk.cc index bf69692d..c5e93dfb 100644 --- a/walk.cc +++ b/walk.cc @@ -228,6 +228,9 @@ void related_transactions::flush() } } } else { + // This code should only be reachable from the "output" + // command, since that is the only command which attempts to + // output auto or period entries. transaction_xdata_t& xdata = transaction_xdata(**i); if (! (xdata.dflags & TRANSACTION_HANDLED) && ! ((*i)->flags & TRANSACTION_AUTO)) {