mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
COMP:Try to fix error on HP.
This commit is contained in:
@@ -660,7 +660,7 @@ void CommandLineArguments::GenerateHelp()
|
||||
skip = cc;
|
||||
}
|
||||
}
|
||||
str.write(ptr, static_cast<kwsys_stl::streamsize>(skip));
|
||||
str.write(ptr, static_cast<kwsys_ios::streamsize>(skip));
|
||||
str << kwsys_ios::endl;
|
||||
ptr += skip;
|
||||
len -= skip;
|
||||
|
||||
Reference in New Issue
Block a user