gcontini
2020-03-28 037e7cc02b66a54d5dec19a6b93a7bf107a95a0e
src/inspector/inspector.cpp
@@ -72,7 +72,7 @@
   char hw_identifier[LCC_API_PC_IDENTIFIER_SIZE + 1];
   size_t bufSize = LCC_API_PC_IDENTIFIER_SIZE + 1;
   for (const auto& x : stringByStrategyId) {
      if (identify_pc(static_cast<LCC_API_IDENTIFICATION_STRATEGY>(x.first), hw_identifier, &bufSize)) {
      if (identify_pc(static_cast<LCC_API_HW_IDENTIFICATION_STRATEGY>(x.first), hw_identifier, &bufSize)) {
         std::cout << x.second << ':' << hw_identifier << std::endl;
      } else {
         std::cout << x.second << ": NA" << endl;