diff options
author | Brad King <brad.king@kitware.com> | 2007-11-20 16:10:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-11-20 16:10:11 (GMT) |
commit | eee575283d75686deeea252ef82baa18c7dfe994 (patch) | |
tree | 6811c8d6cd6903659542ab8dee079c3aea252795 /Source/cmGlobalVisualStudio9Generator.cxx | |
parent | d5ff71a14e2f890670d8e090850ed06b99dbe7ff (diff) | |
download | CMake-eee575283d75686deeea252ef82baa18c7dfe994.zip CMake-eee575283d75686deeea252ef82baa18c7dfe994.tar.gz CMake-eee575283d75686deeea252ef82baa18c7dfe994.tar.bz2 |
STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio9Generator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.cxx b/Source/cmGlobalVisualStudio9Generator.cxx index 06d959b..0c37b7b 100644 --- a/Source/cmGlobalVisualStudio9Generator.cxx +++ b/Source/cmGlobalVisualStudio9Generator.cxx @@ -69,7 +69,8 @@ std::string cmGlobalVisualStudio9Generator::GetUserMacrosDirectory() // base begins with the VisualStudioProjectsLocation reg value... if (cmSystemTools::ReadRegistryValue( - "HKEY_CURRENT_USER\\Software\\Microsoft\\VisualStudio\\9.0;VisualStudioProjectsLocation", + "HKEY_CURRENT_USER\\Software\\Microsoft\\VisualStudio\\9.0;" + "VisualStudioProjectsLocation", base)) { cmSystemTools::ConvertToUnixSlashes(base); |