Gabriele Contini
2020-03-21 079123b5c4c25a453ba4d3c6ffa1b5f9f39c5dad
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;