COMP:Try to fix error on HP.

This commit is contained in:
Francois Bertel 2009-03-19 11:48:50 -04:00
parent 6d02ee34c9
commit 1a13469a26
1 changed files with 1 additions and 1 deletions

View File

@ -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;