diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-12 15:10:29 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-12 15:10:29 -0800 |
| commit | 9796e2532cc34896e38a6c0702e538454ffb5586 (patch) | |
| tree | 6ba2d671d3facfc34abdf716123b0b3b239d8f97 /toolsrc/src/commands_other.cpp | |
| parent | c77be8f221dbbb7b38c74ce382be9b4dbb4d296b (diff) | |
| download | vcpkg-9796e2532cc34896e38a6c0702e538454ffb5586.tar.gz vcpkg-9796e2532cc34896e38a6c0702e538454ffb5586.zip | |
Use System::println(std::string&) overload
Diffstat (limited to 'toolsrc/src/commands_other.cpp')
| -rw-r--r-- | toolsrc/src/commands_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_other.cpp b/toolsrc/src/commands_other.cpp index bb1768048..16b697952 100644 --- a/toolsrc/src/commands_other.cpp +++ b/toolsrc/src/commands_other.cpp @@ -50,7 +50,7 @@ namespace vcpkg void print_example(const char* command_and_arguments) { - System::println(create_example_string(command_and_arguments).c_str()); + System::println(create_example_string(command_and_arguments)); } void internal_test_command(const vcpkg_cmd_arguments& /*args*/, const vcpkg_paths& /*paths*/) |
