From f4df639ab8d0823020d3f869f1253a41a3bcd109 Mon Sep 17 00:00:00 2001 From: yyagi Date: Sat, 20 May 2017 15:33:46 +0900 Subject: [PATCH] =?utf8?q?feature/36376=5Fplugin=5Fext=E3=81=AE=E5=A4=89?= =?utf8?q?=E6=9B=B4=E3=81=8C=E3=83=AD=E3=83=BC=E3=82=AB=E3=83=AB=E3=81=AB?= =?utf8?q?=E6=AE=8B=E3=81=A3=E3=81=9F=E3=81=BE=E3=81=BE=E3=81=A7=E3=81=97?= =?utf8?q?=E3=81=9F=E3=80=82=E3=81=99=E3=81=BF=E3=81=BE=E3=81=9B=E3=82=93?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- DTXMania/コード/全体/CDTXMania.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DTXMania/コード/全体/CDTXMania.cs b/DTXMania/コード/全体/CDTXMania.cs index 4dba7b16..0efb743f 100644 --- a/DTXMania/コード/全体/CDTXMania.cs +++ b/DTXMania/コード/全体/CDTXMania.cs @@ -2655,7 +2655,7 @@ namespace DTXMania string[] strDLLs = System.IO.Directory.GetFiles(strプラグインフォルダパス, "*.dll"); foreach (string dllName in strDLLs) { - if (Path.GetExtension(dllName).ToLower() != "dll") + if (Path.GetExtension(dllName).ToLower() != ".dll") { continue; } -- 2.11.0