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.