summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h
index a9947cf6..4693cacf 100644
--- a/src/session.h
+++ b/src/session.h
@@ -203,7 +203,7 @@ class session_t : public xml::xpath_t::scope_t
//
void option_file(value_t&, xml::xpath_t::scope_t * locals) {
- data_file = locals->args.to_string();
+ data_file = locals->args.as_string();
}
#if 0