Corrected message.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2562 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -306,7 +306,7 @@ diff -ruN tcpdump-3.9.5.org/print-uqm.c tcpdump-3.9.5/print-uqm.c
|
||||
+
|
||||
+int
|
||||
+PacketPrint_InputDelay(const Packet_InputDelay *packet, size_t len) {
|
||||
+ printf("\t\tseed = %" PRId32"\n", ntoh32(packet->delay));
|
||||
+ printf("\t\tdelay = %" PRId32"\n", ntoh32(packet->delay));
|
||||
+ (void) len;
|
||||
+ return 0;
|
||||
+}
|
||||
|
||||
Reference in New Issue
Block a user