Changeset 1053


Ignore:
Timestamp:
10/13/06 11:49:25 (7 years ago)
Author:
perry
Message:

Squash signed vs unsigned warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/trace.c

    r1051 r1053  
    961961                        return -1; 
    962962                } 
    963                 if (libtrace_to_pcap_dlt(linktype) == -1) { 
     963                if (libtrace_to_pcap_dlt(linktype) == ~1U) { 
    964964                        trace_set_err(packet->trace,TRACE_ERR_BAD_PACKET, 
    965965                                        "Unknown pcap equivilent linktype"); 
Note: See TracChangeset for help on using the changeset viewer.