summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-07 05:53:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-07 05:53:22 -0400
commitdf6b02b3ef908558f9640d45914267f14a84de87 (patch)
tree5c1bf77438ae34dd33011a160597d9789c431c17 /src/report.h
parentea9330adaeedbdb5a03b4f37910b30f0ddb23e29 (diff)
downloadledger-df6b02b3ef908558f9640d45914267f14a84de87.tar.gz
ledger-df6b02b3ef908558f9640d45914267f14a84de87.tar.bz2
ledger-df6b02b3ef908558f9640d45914267f14a84de87.zip
Renamed escape to quoted, and fixed up the csv report.
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index 2c3b322d..63a3d81f 100644
--- a/src/report.h
+++ b/src/report.h
@@ -129,7 +129,7 @@ public:
value_t fn_print_balance(call_scope_t& scope);
value_t fn_strip(call_scope_t& scope);
value_t fn_truncate(call_scope_t& scope);
- value_t fn_escape(call_scope_t& scope);
+ value_t fn_quoted(call_scope_t& scope);
value_t fn_join(call_scope_t& scope);
value_t fn_options(call_scope_t& scope) {