diff options
author | Brad King <brad.king@kitware.com> | 2018-05-18 13:52:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-18 13:52:13 (GMT) |
commit | b7300977887f7153949206974cf7765c62c926ba (patch) | |
tree | 31373f09960db4c74e11c5f5c5b8f86395823b92 /Source/kwsys/SystemTools.hxx.in | |
parent | 4eea43fce72c0b9a08492b38c240f4c036e72a6d (diff) | |
parent | 1f52cb087aeb1eef7082884df6423b749e7f50c1 (diff) | |
download | CMake-b7300977887f7153949206974cf7765c62c926ba.zip CMake-b7300977887f7153949206974cf7765c62c926ba.tar.gz CMake-b7300977887f7153949206974cf7765c62c926ba.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2018-05-18 (5357cfc4)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index e79e3fc..3898e3a 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -523,9 +523,8 @@ public: static bool GetShortPath(const std::string& path, std::string& result); /** - * Read line from file. Make sure to get everything. Due to a buggy stream - * library on the HP and another on Mac OS X, we need this very carefully - * written version of getline. Returns true if any data were read before the + * Read line from file. Make sure to read a full line and truncates it if + * requested via sizeLimit. Returns true if any data were read before the * end-of-file was reached. If the has_newline argument is specified, it will * be true when the line read had a newline character. */ |