quote.c: ensure the same quoting across platforms.
We read a byte from "char *" and compared it with ' ' to decide if it needs quoting to protect textual output. With a platform where char is unsigned char that would give different result. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
4903161fb8
commit
8d63d95f29
Loading…
Reference in New Issue
Block a user