diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-05 21:18:05 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-05 21:18:05 (GMT) |
commit | 0039ffa2163665856be1e772146442f2c7418c6c (patch) | |
tree | b9357fdea5bbe602bb34412d45bc280c5f6bbd9a /Tests/CMakeLib/testXMLSafe.cxx | |
parent | bfdf1322e7638687c96b323b1df20fd9c08b3044 (diff) | |
download | CMake-0039ffa2163665856be1e772146442f2c7418c6c.zip CMake-0039ffa2163665856be1e772146442f2c7418c6c.tar.gz CMake-0039ffa2163665856be1e772146442f2c7418c6c.tar.bz2 |
use CM_NULLPTR
Diffstat (limited to 'Tests/CMakeLib/testXMLSafe.cxx')
-rw-r--r-- | Tests/CMakeLib/testXMLSafe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testXMLSafe.cxx b/Tests/CMakeLib/testXMLSafe.cxx index 356880c..c4aaf17 100644 --- a/Tests/CMakeLib/testXMLSafe.cxx +++ b/Tests/CMakeLib/testXMLSafe.cxx @@ -27,7 +27,7 @@ static test_pair const pairs[] = { { "angles <>", "angles <>" }, { "ampersand &", "ampersand &" }, { "bad-byte \x80", "bad-byte [NON-UTF-8-BYTE-0x80]" }, - { 0, 0 } + { CM_NULLPTR, CM_NULLPTR } }; int testXMLSafe(int /*unused*/, char* /*unused*/ []) |