Deleted out-commented code.

FossilOrigin-Name: dabbad7b83d22b785410b6608ee5028f8290d44eea0f299fe8fdc7c1dad486b9
This commit is contained in:
7u83@mail.ru 2014-08-16 10:41:02 +00:00
parent 7fa354d015
commit ba326eeee4
1 changed files with 0 additions and 2 deletions

View File

@ -26,9 +26,7 @@ char * sock_hwaddrtostr(const uint8_t *haddr,int len,char *dst,const char * sepa
char * d = dst;
for (i=0; i<len-1; i++){
d+=sprintf(d,"%02X%s",haddr[i],separator);
// d+=3;
}
sprintf(d,"%02X",haddr[i]);
return dst;
}