mirror of
https://github.com/znc/znc.git
synced 2026-05-18 07:15:54 +02:00
Make CFile::Seek() take an off_t as param, not an unsigned long
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1458 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public:
|
||||
static bool Copy(const CString& sOldFileName, const CString& sNewFileName, bool bOverwrite = false);
|
||||
bool Chmod(mode_t mode);
|
||||
static bool Chmod(const CString& sFile, mode_t mode);
|
||||
bool Seek(unsigned long uPos);
|
||||
bool Seek(off_t uPos);
|
||||
bool Truncate();
|
||||
bool Sync();
|
||||
bool Open(const CString& sFileName, int iFlags = O_RDONLY, mode_t iMode = 0644);
|
||||
|
||||
Reference in New Issue
Block a user