mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-07-08 05:58:55 +00:00
Misc grammar fixes.
This commit is contained in:
parent
cef3a77673
commit
01aa2c7853
6 changed files with 7 additions and 7 deletions
|
@ -948,7 +948,7 @@ bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
|
|||
// value = filename
|
||||
// in the STL case, cause the assignment method of the std::string to
|
||||
// be called. What is strange, is that the std::string had the same
|
||||
// address as it's c_str() method, and so bad things happen. Looks
|
||||
// address as its c_str() method, and so bad things happen. Looks
|
||||
// like a bug in the Microsoft STL implementation.
|
||||
// Add an extra string to avoid the crash.
|
||||
TIXML_STRING filename( _filename );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue