mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
Fix all those warnings from -Wshadow
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@964 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -180,7 +180,7 @@ public:
|
||||
if ( DecryptChannel( sArgs, sFile ) )
|
||||
{
|
||||
CString sLine;
|
||||
CString::size_type iPos = 0;
|
||||
iPos = 0;
|
||||
while( ReadLine( sFile, sLine, iPos ) )
|
||||
{
|
||||
sLine.Trim();
|
||||
|
||||
Reference in New Issue
Block a user