SystemTools: Fix type of GetLineFromStream
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
System updates will be applied on January 22st between 0900 AM and 1200 PM, EST (UTC-05:00). This site may have intermittent downtime during that time.
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.