A smale series of patches to fix some typemissmatch warings from msvc 14.30. Most of the missmatches a 64 to 32 bit conversion on a 64 bit Windows platform. I use size_t where the variable values cannot become negative. Sören Krecker (4): add-patch: Fix type missmatch rom msvc date.c: Fix type missmatch warings from msvc apply.c : Fix type missmatch warings from msvc commit.c: Fix type missmatch warings from msvc add-patch.c | 44 +++++++++++++++++++++++++------------------- apply.c | 37 +++++++++++++++++++------------------ apply.h | 6 +++--- commit.c | 10 +++++----- date.c | 6 +++--- gettext.h | 2 +- 6 files changed, 56 insertions(+), 49 deletions(-) base-commit: ff795a5c5ed2e2d07c688c217a615d89e3f5733b -- 2.39.5 Thanks Sören Krecker