[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6089-g5cd09b1

Clinton Stimpson clinton at elemtech.com
Fri Dec 6 11:49:55 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  5cd09b1ad4ee62c6804767889aa65e58ce0f4733 (commit)
       via  2a919461d56ebe8dc6ba3238ca86624f633e184d (commit)
      from  940af6eab5ae7a41af12b75cf413955c611151e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5cd09b1ad4ee62c6804767889aa65e58ce0f4733
commit 5cd09b1ad4ee62c6804767889aa65e58ce0f4733
Merge: 940af6e 2a91946
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Dec 6 11:49:51 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 6 11:49:51 2013 -0500

    Merge topic 'unicode-win32-apis' into next
    
    2a91946 style: Fix line length warning.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2a919461d56ebe8dc6ba3238ca86624f633e184d
commit 2a919461d56ebe8dc6ba3238ca86624f633e184d
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Dec 6 09:48:55 2013 -0700
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Fri Dec 6 09:48:55 2013 -0700

    style: Fix line length warning.

diff --git a/Source/cmExportCommand.cxx b/Source/cmExportCommand.cxx
index 1ced9ef..0a67ccf 100644
--- a/Source/cmExportCommand.cxx
+++ b/Source/cmExportCommand.cxx
@@ -287,7 +287,7 @@ void cmExportCommand::StorePackageRegistryWin(std::string const& package,
   std::wstring wcontent = cmsys::Encoding::ToWide(content);
   err = RegSetValueExW(hKey, cmsys::Encoding::ToWide(hash).c_str(),
                        0, REG_SZ, (BYTE const*)wcontent.c_str(),
-                       static_cast<DWORD>(wcontent.size()+1) * sizeof(wchar_t));
+                       static_cast<DWORD>(wcontent.size()+1)*sizeof(wchar_t));
   RegCloseKey(hKey);
   if(err != ERROR_SUCCESS)
     {

-----------------------------------------------------------------------

Summary of changes:
 Source/cmExportCommand.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list