From 6920b52be6f8731692a9bff4fe6a7b596cda00c5 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 22 Aug 2012 18:39:03 +0000 Subject: Remove further outdated "settings" code and also implement a few missing things. llvm-svn: 162376 --- lldb/source/Interpreter/OptionValue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/OptionValue.cpp') diff --git a/lldb/source/Interpreter/OptionValue.cpp b/lldb/source/Interpreter/OptionValue.cpp index 01ba65cf107..564fec8bc28 100644 --- a/lldb/source/Interpreter/OptionValue.cpp +++ b/lldb/source/Interpreter/OptionValue.cpp @@ -379,7 +379,7 @@ OptionValue::SetFileSpecValue (const FileSpec &file_spec) OptionValueFileSpec *option_value = GetAsFileSpec (); if (option_value) { - option_value->SetCurrentValue(file_spec); + option_value->SetCurrentValue(file_spec, false); return true; } return false; -- cgit v1.2.3