mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
Fix some "uninitialized variable" compiler warning
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1392 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ bool CHTTPSock::PrintFile(const CString& sFileName, CString sContentType) {
|
||||
|
||||
char szBuf[4096];
|
||||
unsigned long long iLen = 0;
|
||||
int i;
|
||||
int i = 0;
|
||||
|
||||
PrintHeader(iSize, sContentType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user