Update a comment.

svn path=/trunk/; revision=46799
This commit is contained in:
Guy Harris 2012-12-26 22:34:09 +00:00
parent ab638bb6fc
commit 7df01d368e
1 changed files with 2 additions and 4 deletions

View File

@ -2887,10 +2887,8 @@ read_prefs_file(const char *pf_path, FILE *pf,
if (isalnum(got_c)) {
if (cur_var->len > 0) {
if (got_val) {
/* Convert the string to a range. Since we're reading the
* preferences file, silently lower values in excess of the
* range's maximum.
*/
/* Call the routine to set the preference; it will parse
the value as appropriate. */
switch (pref_set_pair_fct(cur_var->str, cur_val->str, private_data, FALSE)) {
case PREFS_SET_OK: