1 Feb
2010
1 Feb
'10
5:40 a.m.
Wang Tinggong wrote:
- DEBUG(", id=%d, length=%ld\n", packet->id, packet->data_len); + DEBUG(", id=%d, length=%d\n", packet->id, packet->data_len);
This depends strongly on your local system. There's no need for the patch to fix a compiler warning. Alan DeKok.