forked from len0rd/rockbox
allow smaller .ucl, to test bootbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6796 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aee2425f66
commit
36e2393ef9
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ tCheckResult CheckImageFile(char* filename, int space, tImageHeader* pHeader,
|
||||||
rb->close(fd);
|
rb->close(fd);
|
||||||
return eTooBig;
|
return eTooBig;
|
||||||
}
|
}
|
||||||
else if (filesize < 40000) /* give it some reasonable lower limit */
|
else if (filesize < 10000) /* give it some reasonable lower limit */
|
||||||
{
|
{
|
||||||
rb->close(fd);
|
rb->close(fd);
|
||||||
return eTooSmall;
|
return eTooSmall;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue