Remove the cyan lines
Code: Select all
[color=red]
i += (strstr(szVar,")")-szVar);
if (szVar[5]=='e' || szVar[5]=='E') {
strcat(szOutput,"NULL");[/color]
[color=cyan] i += (strstr(szVar,")")-szVar);[/color][color=red]
return i;
}
[/color]Code: Select all
[color=red]
DebugSpew("Pack-- Bank = %d, pItem = %x, pContainer = %x",Bank,pItem,pContainer);
if ((!pItem) || (pItem->Item->Type != ITEMTYPE_PACK)) {
strcat(szOutput,"NULL");[/color]
[color=cyan] i += (strstr(szVar,")")-szVar);[/color][color=red]
} else {
[/color]