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,
|
cmCPackLogger(cmCPackLog::LOG_ERROR,
|
||||||
"Problem creating temporary directory: "
|
"Problem creating temporary directory: "
|
||||||
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL}")
|
<< (tempInstallDirectory ? tempInstallDirectory : "(NULL)")
|
||||||
<< std::endl);
|
<< std::endl);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user