libDtHelp: fix up some warnigs and potential overruns

This commit is contained in:
Jon Trulson
2012-07-12 18:03:54 -06:00
parent aeaec445ee
commit 75f2f96793
2 changed files with 23 additions and 23 deletions

View File

@@ -173,7 +173,7 @@ ilBool Lastbit;
if(Lastbit) {
flip_bits((ilPtr)dstLong, sizeof(dstLong));
flip_bits((ilPtr)&dstLong, sizeof(dstLong));
*pdstline++ = dstLong;
dstLong = 1;