Skip to content

Commit

Permalink
template: Don't re-declare sEnglishes
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfox committed Mar 31, 2016
1 parent c2d23aa commit 22e5820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template.cpp
Expand Up @@ -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];
Expand Down

0 comments on commit 22e5820

Please sign in to comment.