Skip to content
Snippets Groups Projects
Commit 70e25406 authored by deuce's avatar deuce
Browse files

Close prefs file after reading.

parent bf8112a5
Branches
Tags
No related merge requests found
......@@ -86,4 +86,7 @@ function HTML_Profile(user_num)
this[html_profile_fields[i].property]=o.value;
this.values.push(o);
}
if(prefsfile.is_open)
prefsfile.close();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment