From 22e58205fce63a0b26916992406a91d941a45791 Mon Sep 17 00:00:00 2001 From: staticfox Date: Thu, 31 Mar 2016 10:20:04 -0400 Subject: [PATCH] template: Don't re-declare sEnglishes --- src/Template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Template.cpp b/src/Template.cpp index ab5fe042..bdb369c5 100644 --- a/src/Template.cpp +++ b/src/Template.cpp @@ -557,7 +557,7 @@ bool CTemplate::Print(const CString& sFileName, ostream& oOut) { } VCString vsArgs; sArgs.QuoteSplit(vsArgs); - CString sEnglish, sEnglishes, sContext; + CString sEnglish, sContext; int idx = 0; if (bHaveContext && vsArgs.size() > idx) { sContext = vsArgs[idx];