[Cmake-commits] [cmake-commits] david.cole committed cmStringCommand.cxx 1.27 1.28

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 26 12:54:08 EDT 2008


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

Modified Files:
	cmStringCommand.cxx 
Log Message:
BUG: Correct typo in error message.


Index: cmStringCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmStringCommand.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -d -r1.27 -r1.28
*** cmStringCommand.cxx	23 Jan 2008 15:27:59 -0000	1.27
--- cmStringCommand.cxx	26 Aug 2008 16:54:06 -0000	1.28
***************
*** 223,227 ****
      if(args.size() < 6)
        {
!       this->SetError("sub-command REGEX, mode MATCH needs "
                       "at least 6 arguments total to command.");
        return false;
--- 223,227 ----
      if(args.size() < 6)
        {
!       this->SetError("sub-command REGEX, mode REPLACE needs "
                       "at least 6 arguments total to command.");
        return false;



More information about the Cmake-commits mailing list