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 1a28e6ee..6fb2c21d 100644
--- a/src/session.h
+++ b/src/session.h
@@ -170,7 +170,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.string_value();
}
#if 0