summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mask.h b/src/mask.h
index 18f1893d..4608898f 100644
--- a/src/mask.h
+++ b/src/mask.h
@@ -149,7 +149,7 @@ inline std::ostream& operator<<(std::ostream& out, const mask_t& mask) {
inline void to_xml(std::ostream& out, const mask_t& mask)
{
push_xml x(out, "mask");
- out << x.guard(mask.expr.str());
+ out << x.guard(mask.str());
}
} // namespace ledger