Fix compiler warnings (-Wconversion)

Origin commit data
------------------
Commit: b645b644b0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-08 07:37:07 +02:00
parent 04451904b4
commit cb7221a3d5
5 changed files with 38 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
class CFileHelpers
{
private:
int FileBufSize;
unsigned long FileBufSize;
char *FileBuf;
int fd1, fd2;