Changeset 1710

Show
Ignore:
Timestamp:
02/25/07 21:21:09 (23 months ago)
Author:
aturner
Message:

fix compile warning
refs #110

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bridge.c

    r1701 r1710  
    311311     * write packet out on the network  
    312312     */ 
    313      if (sendpacket(sp, pktdata, pkthdr->caplen) < pkthdr->caplen) { 
     313     if (sendpacket(sp, pktdata, pkthdr->caplen) < (int)pkthdr->caplen) { 
    314314         errx(1, "Unable to send packet out %s: %s", sp->device, sendpacket_geterr(sp)); 
    315315     }