mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'CPack-fixTypoInErrorMsg'
572d9e1 Correct string literal typo (have "(NULL)" like all other cases).
This commit is contained in:
@@ -208,7 +208,7 @@ int cmCPackGenerator::InstallProject()
|
||||
{
|
||||
cmCPackLogger(cmCPackLog::LOG_ERROR,
|
||||
"Problem creating temporary directory: "
|
||||
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL}")
|
||||
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL)")
|
||||
<< std::endl);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user