Changeset 1285


Ignore:
Timestamp:
09/20/07 18:50:12 (6 years ago)
Author:
perry
Message:

Fix a bug where we were writing the contents of link(2) to the file, instead of the link pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_pcapfile.c

    r1269 r1285  
    349349 
    350350        ret=libtrace_io_write(DATAOUT(out)->file, 
    351                         link, 
     351                        ptr, 
    352352                        remaining); 
    353353 
Note: See TracChangeset for help on using the changeset viewer.