aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 82fec9789a..22e2546949 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -3066,6 +3066,7 @@ read_prefs_file(const char *pf_path, FILE *pf,
cur_val = g_string_new("");
cur_var = g_string_new("");
+#if 0
/* Try to read in the profile name in the first line of the preferences file. */
got_c = getc(pf);
if(got_c) {
@@ -3082,6 +3083,7 @@ read_prefs_file(const char *pf_path, FILE *pf,
}
}
rewind(pf);
+#endif
while ((got_c = getc(pf)) != EOF) {
if (got_c == '\n') {