[vz-dev] [volkszaehler/vzlogger] cef19b: Fix type for a printf-style size_t arg in MeterD0
Florian Märkl
noreply at github.com
Mo Aug 22 04:27:53 CEST 2022
Branch: refs/heads/master
Home: https://github.com/volkszaehler/vzlogger
Commit: cef19b16ef48cd1a5059852d31d3dba0efca218b
https://github.com/volkszaehler/vzlogger/commit/cef19b16ef48cd1a5059852d31d3dba0efca218b
Author: Florian Märkl <info at florianmaerkl.de>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M src/protocols/MeterD0.cpp
Log Message:
-----------
Fix type for a printf-style size_t arg in MeterD0
number_of_tuples is size_t, but %i expects int. Since %z is less
compatible, %llu can be used here with a cast.
Mehr Informationen über die Mailingliste volkszaehler-dev