about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUU.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTUU.c')
-rw-r--r--WWW/Library/Implementation/HTUU.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTUU.c b/WWW/Library/Implementation/HTUU.c
index 4e6bcf4f..865315cc 100644
--- a/WWW/Library/Implementation/HTUU.c
+++ b/WWW/Library/Implementation/HTUU.c
@@ -195,7 +195,7 @@ PUBLIC int HTUU_decode ARGS3(char *,		bufcoded,
    }
    
    if(nprbytes & 03) {
-      if(pr2six[bufin[-2]] > MAXVAL) {
+      if(pr2six[(int)bufin[-2]] > MAXVAL) {
          nbytesdecoded -= 2;
       } else {
          nbytesdecoded -= 1;