ERR: Fix typo

This commit is contained in:
Andy Cedilnik 2004-06-30 08:59:52 -04:00
parent 0a208d5fb5
commit 35033f248d
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ bool cmFileCommand::HandleInstallCommand(
std::string destfile = destfilewe;
if ( ext.size() )
{
destfile + "." + ext;
destfile += ext;
}
switch( itype )
{