Skip to content

Commit 0099c18

Browse files
committed
MSVC fix attempt 2
1 parent 20c9fb6 commit 0099c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ int main(int argc, char* argv[]) {
191191
std::cout << "VM confirmation: " << (is_detected ? green : red) << std::boolalpha << is_detected << std::noboolalpha << ansi_exit << "\n\n";
192192

193193
const char* conclusion_color = "";
194-
const char* conclusion_message = "";
194+
std::string conclusion_message = "";
195195

196196
constexpr const char* baremetal = "Running in baremetal";
197197
constexpr const char* very_unlikely = "Very unlikely a VM";

0 commit comments

Comments
 (0)