Commit f24835f87c68e02bcd7b195cd138e8a25e35fedb
1 parent
d0282a5e
Avoid warning of hidden type
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
os_tools/freebsd/rc_conf.anubis
| @@ -133,9 +133,9 @@ define RC_conf_entry | @@ -133,9 +133,9 @@ define RC_conf_entry | ||
| 133 | extract_value | 133 | extract_value |
| 134 | ( | 134 | ( |
| 135 | String name, | 135 | String name, |
| 136 | - String left_line | 136 | + String line |
| 137 | )= | 137 | )= |
| 138 | - with left_line = trim(left_line), | 138 | + with left_line = trim(line), |
| 139 | with result = split_by_token(left_line, '\"'), | 139 | with result = split_by_token(left_line, '\"'), |
| 140 | if result is | 140 | if result is |
| 141 | { | 141 | { |