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:
psychon
2009-02-23 19:24:41 +00:00
parent 2430b5f6a6
commit a7e8326300
+1 -1
View File
@@ -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);