Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t5303: fix printf format string for portability
author
Junio C Hamano
<gitster@pobox.com>
Sun, 9 Nov 2008 21:11:06 +0000
(13:11 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 9 Nov 2008 21:11:06 +0000
(13:11 -0800)
printf "\x01" is bad; write printf "\001" for portability.
Testing with dash is a good way to find this kind of POSIX.1 violation
breakages.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
a2d2c47
)
No differences found