Sam Vilain <sam@xxxxxxxxxx> writes: > On 10/11/2013 06:07 AM, Yoshioka Tsuneo wrote: >> + prefix_len = ((prefix_len >= 0) ? prefix_len : 0); >> + strncpy(pre_arrow, arrow - prefix_len, prefix_len); >> + pre_arrow[prefix_len] = '¥0'; > > > This seems to be an encoding mistake; was this supposed to be an ASCII > arrow? That's supposed to be a null terminator character, '\0'. See https://en.wikipedia.org/wiki/Yen_symbol#Code_page_932 -Keshav -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html