From eb98e0da8b095634ae779b5b1f3c234d24cccde2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 04:26:30 -0400 Subject: More revision to the way options are handled; reworked CSV command. --- src/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.cc') diff --git a/src/session.cc b/src/session.cc index 4afe2e51..d84c79a3 100644 --- a/src/session.cc +++ b/src/session.cc @@ -284,7 +284,7 @@ expr_t::ptr_op_t session_t::lookup(const string& name) } break; } - return expr_t::ptr_op_t(); + return NULL; } } // namespace ledger -- cgit v1.2.3