extract jpgs correctly

This commit is contained in:
David Rose 2002-08-03 00:27:57 +00:00
parent e936c9e17a
commit 3af195af1a

View File

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