repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 6a8eabf35e86a5890e4d69286b29195e92c9b457: path_to: revision_to:
commit 6a8eabf35e86a5890e4d69286b29195e92c9b457 Author: Marc LehmannDate: Fri Jan 6 18:36:21 2006 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -2892,7 +2892,7 @@ uint32_t
rxvt_term::next_octet ()
{
return cmdbuf_ptr < cmdbuf_endp
- ? *cmdbuf_ptr++
+ ? (unsigned char)*cmdbuf_ptr++
: NOCHAR;
}
-----END OF PAGE-----