Browse Source

extract jpgs correctly

David Rose 23 years ago
parent
commit
3af195af1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/subStreamBuf.cxx

+ 1 - 1
panda/src/express/subStreamBuf.cxx

@@ -200,5 +200,5 @@ underflow() {
     _cur += num_bytes;
   }
 
-  return *gptr();
+  return (unsigned char)*gptr();
 }