fixed a really dumb bug - shouldn't compilers be checking this?
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40592
This commit is contained in:
parent
949b83c99b
commit
bda756f3ff
@ -135,7 +135,7 @@ int CFunction::PushArray(cell_t *inarray, unsigned int cells, cell_t **phys_addr
|
||||
*phys_addr = info->phys_addr;
|
||||
}
|
||||
|
||||
return true;
|
||||
return SP_ERROR_NONE;
|
||||
}
|
||||
|
||||
int CFunction::PushString(const char *string)
|
||||
|
Loading…
Reference in New Issue
Block a user