aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.cpp')
-rw-r--r--builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.cpp b/builtin.cpp
index ebfecc92..5ab3ea43 100644
--- a/builtin.cpp
+++ b/builtin.cpp
@@ -3583,7 +3583,7 @@ static int builtin_history(parser_t &parser, wchar_t **argv)
if (argc == 1)
{
wcstring full_history;
- history->get_string_representation(full_history, wcstring(L"\n"));
+ history->get_string_representation(&full_history, wcstring(L"\n"));
stdout_buffer.append(full_history);
stdout_buffer.push_back('\n');
return STATUS_BUILTIN_OK;