diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-23 17:19:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-23 17:19:44 (GMT) |
commit | cd7d9823c44837f9e067b069bb277f97516e11a9 (patch) | |
tree | c9dd7e84676f0b0318beb53c97359b8555e15ce3 /Source | |
parent | 3daf7f8056cca1ac68a2c7de1a98e9a7a2d4082a (diff) | |
download | CMake-cd7d9823c44837f9e067b069bb277f97516e11a9.zip CMake-cd7d9823c44837f9e067b069bb277f97516e11a9.tar.gz CMake-cd7d9823c44837f9e067b069bb277f97516e11a9.tar.bz2 |
ENH: fix for AIX
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index f9ff94f..167926a 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -301,7 +301,7 @@ public: /** Split a string on its newlines into multiple lines. Returns false only if the last line stored had no newline. */ - static bool Split(const char* str, std::vector<cmStdString>& lines); + static bool Split(const char* s, std::vector<cmStdString>& l); /** * Come constants for different file formats. |