mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
template: Don't re-declare sEnglishes
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user