template: Don't re-declare sEnglishes

This commit is contained in:
staticfox
2016-03-31 10:20:04 -04:00
parent c2d23aae2d
commit 22e58205fc
+1 -1
View File
@@ -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];