From 3d0283b44a3fe930f7c672f30bb8f23f878b3d17 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 25 Nov 2022 08:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Main/options.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 8df8c61..24a0c92 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -2927,7 +2927,7 @@ OptionResult Options::processOptions() SG_LOG(SG_GENERAL, SG_ALERT, msg); } - SGPath addonPath = globals->get_fg_root(); + addonPath = globals->get_fg_root(); addonPath.append("Addon/addon-littlenavmap"); try {