Kenneth J Davis c152d551de
fix OW warning W115
cast array using pointer to first element [newboot] instead of pointer to whole array [&newboot] to avoid OW error W115 "&array may not produce intended result" since the address of operator "&" is not required for getting the address of an array.
2022-10-24 17:56:33 -04:00
..
2012-10-14 20:08:06 -04:00
2022-10-24 17:56:33 -04:00