fsmonitor: fix incorrect buffer size when printing version number
commitd8579accfaea398a157a3a8ad2ca6cac25f1b999
authorBen Peart <Ben.Peart@microsoft.com>
Tue, 10 Apr 2018 18:43:43 +0000 (10 18:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 06:28:34 +0000 (11 15:28 +0900)
tree2adbc2af9439061370c3084071f8eda642c4b91a
parent883e248b8a0fd88773cb902ab8e91273eb147d07
fsmonitor: fix incorrect buffer size when printing version number

This is a trivial bug fix for passing the incorrect size to snprintf() when
outputting the version.  It should be passing the size of the destination buffer
rather than the size of the value being printed.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsmonitor.c