extract jpgs correctly
This commit is contained in:
parent
e936c9e17a
commit
3af195af1a
|
|
@ -200,5 +200,5 @@ underflow() {
|
|||
_cur += num_bytes;
|
||||
}
|
||||
|
||||
return *gptr();
|
||||
return (unsigned char)*gptr();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue