Merge topic 'CPack-fixTypoInErrorMsg'
572d9e1
Correct string literal typo (have "(NULL)" like all other cases).
This commit is contained in:
commit
a00132ced4
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue