Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7194] Mergecap not compiling

Date: Wed, 25 Apr 2012 12:14:05 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7194

--- Comment #4 from Evan Huus <eapache@xxxxxxxxx> 2012-04-25 12:14:05 PDT ---
(In reply to comment #3)
> Your fix isn't quite correct I think:
> 
> You hard-coded the index at 0: "in_files[0]" but it should be the loop index i:
> "in_files[1]". Otherwise the for loop is unnecessary.

And I typoed that as a 1 instead of an i. Should be "in_files[i]".

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.