diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index c8d83065..a2e9c358 100644 --- a/src/session.h +++ b/src/session.h @@ -172,7 +172,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.string_value(); + data_file = locals->args.to_string(); } #if 0 |