diff --git a/hlrdata.c b/hlrdata.c index a7697fc7..5479e2f4 100644 --- a/hlrdata.c +++ b/hlrdata.c @@ -243,6 +243,7 @@ int hlrGetRecordLength(unsigned char *hlr,int hofs) if (record_length<0) { // fix corrupt entries + if (debug>2) fprintf(stderr,"HLR record @ 0x%x ZEROED.\n",hofs,record_length); hlr[hofs+3]=0; hlr[hofs+2]=0; hlr[hofs+1]=0;