From 6ad88274a50ab1f1563b92354989dfb3863b9658 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 16 May 2009 20:51:34 +0000 Subject: [PATCH] comment --- AddCommand.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AddCommand.hs b/AddCommand.hs index c84b4e321..428ff6103 100644 --- a/AddCommand.hs +++ b/AddCommand.hs @@ -159,6 +159,8 @@ appendToLedgerFile l s = else appendFile f $ sep++s where f = filepath $ rawledger l + -- we keep looking at the original raw text from when the ledger + -- was first read, but that's good enough for now t = rawledgertext l sep | null $ strip t = "" | otherwise = replicate (2 - min 2 (length lastnls)) '\n'