http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45043
User: darkjames
Date: 2012/09/21 05:29 AM
Log:
Fix bug #7669: Preference editor removes (does not save) column definitions after the 27th.
put_string_list() was generating string with list of columns to be saved to preference file,
but buffer is limited to MAX_FMT_PREF_LEN (1024 bytes). It looks like 1024 bytes is not enough.
Fix bug by writting directly to file.
Directory: /trunk/epan/
Changes Path Action
+26 -26 prefs.c Modified