Fix for event definitions #31

Merged
meierj merged 14 commits from mueller/fix-events into eive/develop 2022-02-03 18:20:49 +01:00
Showing only changes of commit 8030d9ac1b - Show all commits

View File

@ -63,7 +63,7 @@ ReturnValue_t UioMapper::getMapSize(size_t* size) {
#endif
return HasReturnvaluesIF::RETURN_FAILED;
}
items = sscanf(hexstring, "%x", size);
items = sscanf(hexstring, "%lx", size);
if (items != 1) {
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::warning << "UioMapper::getMapSize: Failed with error code " << errno << "to convert "