mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
Fix compiler warnings (-Wconversion)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user