mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8806 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c1a14aa3f2
commit
e53bdf2fb2
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ Vector<Image> UnpackImlData(const void *ptr, int len)
|
|||
Vector<Image> img;
|
||||
String data = ZDecompress(ptr, len);
|
||||
const char *s = data;
|
||||
int version = 0;
|
||||
while(s + 6 * 2 + 1 <= data.End()) {
|
||||
ImageBuffer ib(Peek16le(s + 1), Peek16le(s + 3));
|
||||
int q = byte(*s) >> 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue