Skip to content

Commit

Permalink
snapshot 5.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mbudaj committed Jun 18, 2011
1 parent c54b368 commit 87dd842
Show file tree
Hide file tree
Showing 50 changed files with 1,583 additions and 2,942 deletions.
992 changes: 513 additions & 479 deletions Makefile

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions extern/img.c
Expand Up @@ -970,7 +970,8 @@ img_read_item(img *pimg, img_point *p)
if (pimg->version < 7) {
img_errno = IMG_BADFORMAT;
return img_BAD;
}
} else {

int days1 = (int)getu16(pimg->fh);
int days2 = (int)getu16(pimg->fh);
#if IMG_API_VERSION == 0
Expand All @@ -980,7 +981,8 @@ img_read_item(img *pimg, img_point *p)
pimg->days1 = days1;
pimg->days2 = days2;
#endif
break;
}
break;
}
case 0x24: { /* v7+: No date info */
#if IMG_API_VERSION == 0
Expand Down

0 comments on commit 87dd842

Please sign in to comment.