diff options
Diffstat (limited to 'tools/mhmake/src/fileinfo.cpp')
-rw-r--r-- | tools/mhmake/src/fileinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/fileinfo.cpp b/tools/mhmake/src/fileinfo.cpp index 6ea9c158e..387b2816d 100644 --- a/tools/mhmake/src/fileinfo.cpp +++ b/tools/mhmake/src/fileinfo.cpp @@ -57,7 +57,7 @@ string QuoteFileName(const string &Filename) ///////////////////////////////////////////////////////////////////////////////
string UnquoteFileName(const string &Filename)
{
- int Pos=0;
+ size_t Pos=0;
string Name(Filename);
#if OSPATHSEP=='\\'
/* Remove all the quotes from the filename */
|