1
0
Fork 0

handles to handle typo :(

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@241
This commit is contained in:
Sjoerd van der Berg 2002-08-29 11:19:32 +00:00
parent eb18047ff7
commit 2bfdd0f6d9

View file

@ -185,7 +185,7 @@ static Bit8u EMM_ReallocatePages(Bit16u handle,Bit16u & pages) {
return EMM_NO_ERROR;
}
/* Size exactly the same as the original size */
pages=emm_handles[handles].pages;
pages=emm_handles[handle].pages;
return EMM_NO_ERROR;
}