From 4114d87a0774fff7d8bc5e041bb56158bfdbcac8 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 13 Mar 2017 17:38:04 -0700 Subject: All Checks now take LineInfo as the first argument --- toolsrc/src/opt_bool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/opt_bool.cpp') diff --git a/toolsrc/src/opt_bool.cpp b/toolsrc/src/opt_bool.cpp index 324936fb4..b4642f273 100644 --- a/toolsrc/src/opt_bool.cpp +++ b/toolsrc/src/opt_bool.cpp @@ -24,6 +24,6 @@ namespace vcpkg::opt_bool return opt_bool_t::DISABLED; } - Checks::exit_with_message("Could not convert string [%s] to opt_bool", s); + Checks::exit_with_message(VCPKG_LINE_INFO, "Could not convert string [%s] to opt_bool", s); } } -- cgit v1.2.3