[Cmake-commits] CMake branch, next, updated. v3.7.0-1196-ge5f9144

Brad King brad.king at kitware.com
Tue Nov 15 10:16:41 EST 2016


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  e5f9144f30f14da9fdd5f2a3e12e57c0e5cfa5ad (commit)
       via  fb950253ad84e4dd25418b3f51d20df240487a0b (commit)
      from  ee3724f107844c57ca144171debe17be6674127e (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5f9144f30f14da9fdd5f2a3e12e57c0e5cfa5ad
commit e5f9144f30f14da9fdd5f2a3e12e57c0e5cfa5ad
Merge: ee3724f fb95025
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 15 10:16:41 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 15 10:16:41 2016 -0500

    Merge topic 'ccmake_fix_print_keys' into next
    
    fb950253 fixup! ccmake: Correctly display edit mode and associated keys


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb950253ad84e4dd25418b3f51d20df240487a0b
commit fb950253ad84e4dd25418b3f51d20df240487a0b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 15 10:16:09 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 15 10:16:09 2016 -0500

    fixup! ccmake: Correctly display edit mode and associated keys

diff --git a/Source/CursesDialog/cmCursesMainForm.cxx b/Source/CursesDialog/cmCursesMainForm.cxx
index f084305..4b5b4b1 100644
--- a/Source/CursesDialog/cmCursesMainForm.cxx
+++ b/Source/CursesDialog/cmCursesMainForm.cxx
@@ -348,7 +348,7 @@ void cmCursesMainForm::PrintKeys(int process /* = 0 */)
   }
 
   char fmt_s[] = "%s";
-  if (cw == CM_NULLPTR || cw->PrintKeys() == false) {
+  if (cw == CM_NULLPTR || !cw->PrintKeys()) {
     char firstLine[512] = "";
     char secondLine[512] = "";
     char thirdLine[512] = "";

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

Summary of changes:
 Source/CursesDialog/cmCursesMainForm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list