COMP:Try to fix error on HP.
This commit is contained in:
parent
6d02ee34c9
commit
1a13469a26
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue