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:12:50 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7194

Evan Huus <eapache@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #3 from Evan Huus <eapache@xxxxxxxxx> 2012-04-25 12:12:50 PDT ---
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.

Evan

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