repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 6a8eabf35e86a5890e4d69286b29195e92c9b457:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 6a8eabf35e86a5890e4d69286b29195e92c9b457
Author: Marc Lehmann 
Date:   Fri Jan 6 18:36:21 2006 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 55e086da2cf5bfed91ae173b99f56bf4419fd98d..
index ..a5819175a2a61d0f9035f30be22bbb85f2bd822a 100644
--- 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-----