summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4903161)
raw | patch | inline | side by side (parent: 4903161)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 31 Oct 2006 00:07:54 +0000 (16:07 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 31 Oct 2006 00:07:54 +0000 (16:07 -0800) |
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>
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>
quote.c | patch | blob | history |