https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5802
Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6119| |review_for_checkin?
Flag| |
--- Comment #2 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2011-04-03 07:53:18 PDT ---
Created an attachment (id=6119)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6119)
File is always opened in "rb" mode
file-wrappers.[ch] is used only for reading files, and mode is always "rb".
Attached patch removes 'mode' argument from file_open() & filed_open().
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.