From a62bf7aa1289b21e0e9df75c860b2fd97fb915e4 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 24 May 2020 15:21:08 +0200 Subject: Fix typo in getContents(). --- src/modinforegular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinforegular.cpp') diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index 3c1d49ea..87f6ce77 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -699,7 +699,7 @@ std::vector ModInfoRegular::getContents() const if (e) { contents.push_back(CONTENT_SKSEFILES); for (auto f : *e) { - if (e->suffix().compare("dll") == 0) { + if (f->suffix().compare("dll") == 0) { contents.push_back(CONTENT_SKSE); break; } -- cgit v1.3.1