URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2aaed971951e1cc3ef62d1d0bad6f58ed641980d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
2aaed97 by Guy Harris (guy@xxxxxxxxxxxx):
Treat CR-LF at the end of a line like LF.
That way, if we're reading a Windows-format file on UN*X, we handle it
the same way we'd handle a UN*X-format file.
This handles bug 10272 for the preference file and the "recent" files;
there are other configuration files that may need code changes as well.
Change-Id: I94de26d8435ec7c082a12c26aed2076b5fd6fb24
Reviewed-on: https://code.wireshark.org/review/3044
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 3bc742c [Automatic manuf, services and enterprise-numbers update for 2014-07-13]
adds 2aaed97 Treat CR-LF at the end of a line like LF.
Summary of changes:
epan/prefs.c | 13 +++++++++++++
1 file changed, 13 insertions(+)