View Single Post
  #5  
Old 11-11-2002, 11:01 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Easy fix..

2 things... Add eqtime.o to the makefile so it will be linked in.

And, at the end of packet_dump.cpp, you need to declare k globally for the function.

Change the (int k=0; to (k=0;
and move int k; to the beginning of the function.

Typing this from my windows box, so I cant post a diff atm.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.