[Cmake-commits] [cmake-commits] hoffman committed cmCursesMainForm.cxx 1.76.2.1 1.76.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 9 16:11:39 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CursesDialog
In directory public:/mounts/ram/cvs-serv13963/Source/CursesDialog

Modified Files:
      Tag: CMake-2-8
	cmCursesMainForm.cxx 
Log Message:
Merge in changes for RC 3


Index: cmCursesMainForm.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CursesDialog/cmCursesMainForm.cxx,v
retrieving revision 1.76.2.1
retrieving revision 1.76.2.2
diff -C 2 -d -r1.76.2.1 -r1.76.2.2
*** cmCursesMainForm.cxx	1 Oct 2009 21:21:14 -0000	1.76.2.1
--- cmCursesMainForm.cxx	9 Oct 2009 20:11:33 -0000	1.76.2.2
***************
*** 921,925 ****
          if ( this->SearchString.size() < static_cast<std::string::size_type>(x-10) )
            {
!           this->SearchString += key;
            }
          }
--- 921,925 ----
          if ( this->SearchString.size() < static_cast<std::string::size_type>(x-10) )
            {
!           this->SearchString += static_cast<char>(key);
            }
          }



More information about the Cmake-commits mailing list