From 35033f248d58e27ff453d6729187f51ba4a36ab0 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 30 Jun 2004 08:59:52 -0400 Subject: ERR: Fix typo --- Source/cmFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 3a22e21..471b92a 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -461,7 +461,7 @@ bool cmFileCommand::HandleInstallCommand( std::string destfile = destfilewe; if ( ext.size() ) { - destfile + "." + ext; + destfile += ext; } switch( itype ) { -- cgit v0.12