]> git.ipfire.org Git - thirdparty/git.git/commit - usage.c
die_errno(): double % in strerror() output just in case
authorJunio C Hamano <gitster@pobox.com>
Sat, 27 Jun 2009 15:58:45 +0000 (17:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Jun 2009 18:14:53 +0000 (11:14 -0700)
commitf8b5a8e13cb4d60c8b630f92a8f07590ef218ec5
tree002d481db5b2de5530d0b69ae470a7ebe5f77892
parentb875036e5a2ab569a2123abe9ebfe25258227951
die_errno(): double % in strerror() output just in case

[tr: handle border case where % is placed at end of buffer]

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
usage.c