1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-24 12:15:41 +02:00
parent 8e21811328
commit 97d35e4375

View file

@ -466,7 +466,7 @@ std::string PciDevice::name() const {
snprintf(sysfs, sizeof(sysfs), "%04x:%02x:%02x.%x", slot.domain, slot.bus,
slot.device, slot.function);
return std::string(sysfs);
}