ERR: Fix typo

This commit is contained in:
Andy Cedilnik 2004-06-30 08:59:52 -04:00
parent 0a208d5fb5
commit 35033f248d

View File

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