fixed gcc bugs and warnings
This commit is contained in:
@@ -122,9 +122,9 @@ public:
|
||||
//_dev.sputn(buf, width);
|
||||
}
|
||||
|
||||
void put_str(const std::string& str)
|
||||
void put_str(const std::string& s)
|
||||
{
|
||||
_dev.sputn(str.data(), str.size());
|
||||
_dev.sputn(s.data(), s.size());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user