diff options
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 2a06f6d..8549759 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -268,7 +268,7 @@ public: static kwsys_stl::string GetCurrentWorkingDirectory(); ///! return true if the file has a given signature (first set of bytes) - static bool FileHasSignature(const char* filename, const char *signature, unsigned long offset = 0); + static bool FileHasSignature(const char* filename, const char *signature, long offset = 0); /** * Try to locate the file 'filename' in the directory 'dir'. |