diff options
author | 2016-02-22 17:45:05 -0500 | |
---|---|---|
committer | 2016-02-22 14:51:09 -0800 | |
commit | 21f9d0f6f2ef54185359d2d1c180770f85127199 (patch) | |
tree | b9054a5dca7d951babc8a707b73c8ce2bb0fe293 /git-gui/lib/error.tcl | |
parent | git-compat-util: drop mempcpy compat code (diff) | |
download | tgif-21f9d0f6f2ef54185359d2d1c180770f85127199.tar.xz |
transport_anonymize_url: use xstrfmt
This function uses xcalloc and two memcpy calls to
concatenate two strings. We can do this as an xstrfmt
one-liner, and then it is more clear that we are allocating
the correct amount of memory.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/error.tcl')
0 files changed, 0 insertions, 0 deletions