Skip to content

SystemTools: Fix type of GetLineFromStream

Alexey Edelev requested to merge semlanik/kwsys:SystemTools-line-size into master

Use std::string::size_type instead of long for the GetLineFromStream sizeLimit argument. Adjust the implementation of GetLineFromStream since std::string::size_type is unsigned.

Edited by Alexey Edelev

Merge request reports