From f24835f87c68e02bcd7b195cd138e8a25e35fedb Mon Sep 17 00:00:00 2001 From: totoro Date: Wed, 15 May 2019 16:03:45 +0900 Subject: [PATCH] Avoid warning of hidden type --- os_tools/freebsd/rc_conf.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os_tools/freebsd/rc_conf.anubis b/os_tools/freebsd/rc_conf.anubis index 6a5c6ef..c0a7ea2 100644 --- a/os_tools/freebsd/rc_conf.anubis +++ b/os_tools/freebsd/rc_conf.anubis @@ -133,9 +133,9 @@ define RC_conf_entry extract_value ( String name, - String left_line + String line )= - with left_line = trim(left_line), + with left_line = trim(line), with result = split_by_token(left_line, '\"'), if result is { -- libgit2 0.21.4