1
0
Fork 0
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:
Jörg Hohensohn 2005-06-22 05:54:47 +00:00
parent aee2425f66
commit 36e2393ef9

View file

@ -376,7 +376,7 @@ tCheckResult CheckImageFile(char* filename, int space, tImageHeader* pHeader,
rb->close(fd);
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);
return eTooSmall;