summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-18 13:52:13 (GMT)
committerBrad King <brad.king@kitware.com>2018-05-18 13:52:13 (GMT)
commitb7300977887f7153949206974cf7765c62c926ba (patch)
tree31373f09960db4c74e11c5f5c5b8f86395823b92 /Source/kwsys/SystemTools.hxx.in
parent4eea43fce72c0b9a08492b38c240f4c036e72a6d (diff)
parent1f52cb087aeb1eef7082884df6423b749e7f50c1 (diff)
downloadCMake-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.in5
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.
*/