completed latest script cmd.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2004-09-20 16:15:34 +00:00
parent 05fbbd5e77
commit 48061f2026
@@ -883,8 +883,7 @@ static status_t exec_type2_script(uint8* rom, uint16 adress, int16* size, PinsTa
switch (rom[adress])
{
case 0x32: /* new */
//fixme:
*size -= 11;
*size -= (11 + ((*((uint8*)(&(rom[(adress + 6)])))) << 2));
if (*size < 0)
{
LOG(8,("script size error, aborting!\n\n"));