From: Peter M. <no...@gi...> - 2021-04-20 12:27:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 344ac0abe6608acfc57f1e1c2fde26c033faa9c6 https://github.com/OpenSC/OpenSC/commit/344ac0abe6608acfc57f1e1c2fde26c033faa9c6 Author: Peter Marschall <pe...@ad...> Date: 2021-04-20 (Tue, 20 Apr 2021) Changed paths: M src/libopensc/card-iasecc.c Log Message: ----------- iasec: use proper printf format specifiers for size_t Do not hard-code the printf format specifier for size_t: use the macro instead. This fixes compliation on 32-bit architectures. |