libDtHelp: fix up some warnigs and potential overruns
This commit is contained in:
@@ -173,7 +173,7 @@ ilBool Lastbit;
|
||||
|
||||
if(Lastbit) {
|
||||
|
||||
flip_bits((ilPtr)dstLong, sizeof(dstLong));
|
||||
flip_bits((ilPtr)&dstLong, sizeof(dstLong));
|
||||
|
||||
*pdstline++ = dstLong;
|
||||
dstLong = 1;
|
||||
|
||||
Reference in New Issue
Block a user