]> git.ipfire.org Git - thirdparty/git.git/commit - progress.c
stop_progress_msg: convert xsnprintf to xstrfmt
authorMaxim Moseychuk <franchesko.salias.hudro.pedros@gmail.com>
Thu, 16 Feb 2017 17:07:13 +0000 (20:07 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2017 19:28:02 +0000 (11:28 -0800)
commitfbd09439c097123346d9823b88c87438bf5a11ae
treef346e2791b612d6c5492857fa109017057018e95
parent3b9e3c2cede15057af3ff8076c45ad5f33829436
stop_progress_msg: convert xsnprintf to xstrfmt

Simplify code by replacing buffer allocation with a call to xstrfmt().

Signed-off-by: Maxim Moseychuk <franchesko.salias.hudro.pedros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
progress.c