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;
|
skip = cc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
str.write(ptr, static_cast<kwsys_stl::streamsize>(skip));
|
str.write(ptr, static_cast<kwsys_ios::streamsize>(skip));
|
||||||
str << kwsys_ios::endl;
|
str << kwsys_ios::endl;
|
||||||
ptr += skip;
|
ptr += skip;
|
||||||
len -= skip;
|
len -= skip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user