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.