summaryrefslogtreecommitdiff
path: root/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'parser.cc')
-rw-r--r--parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.cc b/parser.cc
index 86cd9792..7cb65519 100644
--- a/parser.cc
+++ b/parser.cc
@@ -168,6 +168,7 @@ unsigned int parse_ledger_data(config_t& config,
config.use_cache = false;
journal->sources.push_back("<stdin>");
#if 0
+ // jww (2006-03-23): Why doesn't XML work on stdin?
if (xml_parser && std::cin.peek() == '<')
entry_count += xml_parser->parse(std::cin, config, journal,
acct);