Correct string literal typo (have "(NULL)" like all other cases).
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
This commit is contained in:
parent
342934d4de
commit
572d9e1e05
|
@ -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…
Reference in New Issue