Skip to content

Commit

Permalink
final fix (i hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Oct 13, 2024
1 parent 29d8d33 commit b55b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9142,7 +9142,7 @@ struct VM {
const char* command = "wmic path win32_videocontroller get videoprocessor";
auto ptr = util::sys_result(command);

const std::string result = *ptr;
std::string result = *ptr;

std::transform(result.begin(), result.end(), result.begin(), ::tolower);

Expand Down

0 comments on commit b55b3d9

Please sign in to comment.