diff options
author | Sören Krecker <soekkle@freenet.de> | 2024-12-23 12:04:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-26 13:34:28 -0800 |
commit | d11d003ba5e98c036fb94204df6dcef28aafe2f8 (patch) | |
tree | ce5c75368b8f4fe4439f577540c0ee8e80238077 /builtin/commit-tree.c | |
parent | 76cf4f61c87855ebf0784b88aaf737d6b09f504b (diff) |
date.c: Fix type missmatch warings from msvc
Fix compiler warings from msvc in date.c for value truncation from 64
bit to 32 bit integers.
Also switch from int to size_t for all variables with result of strlen()
which cannot become negative.
Signed-off-by: Sören Krecker <soekkle@freenet.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions