summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2005-03-11 14:31:58 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2005-03-11 14:31:58 (GMT)
commitc8772c286e20d0767828cf9a5997cee5af27f857 (patch)
tree9d471133dd7bb0c79b86eee024ce447a7b2656c5 /Source/kwsys/SystemTools.hxx.in
parent63cd6e39e105fc111974566aa00025f4d8755b70 (diff)
downloadCMake-c8772c286e20d0767828cf9a5997cee5af27f857.zip
CMake-c8772c286e20d0767828cf9a5997cee5af27f857.tar.gz
CMake-c8772c286e20d0767828cf9a5997cee5af27f857.tar.bz2
COMP: fix some warnings
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in2
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'.