diff options
Diffstat (limited to 'toolsrc/src/commands_portsdiff.cpp')
| -rw-r--r-- | toolsrc/src/commands_portsdiff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp index e5155a49d..07ce774ec 100644 --- a/toolsrc/src/commands_portsdiff.cpp +++ b/toolsrc/src/commands_portsdiff.cpp @@ -146,7 +146,7 @@ namespace vcpkg::Commands::PortsDiff System::println("\nThe following %d ports were updated:\n", updated_ports.size()); for (const updated_port& p : updated_ports) { - System::println("%-20s %-16s", p.port, p.version_diff.toString()); + System::println("%-20s %-16s", p.port, p.version_diff.to_string()); } } |
