Open Mecanik opened 4 years ago
Hi,
What's the purpose of this ?
unsigned char *pRandChar = (unsigned char *)_pagePtr; for (size_t i = 0; i < _pageSize; i++) { pRandChar[i] = LOBYTE(rand()); }
It's never used from what I can see...
Hi,
What's the purpose of this ?
It's never used from what I can see...