[Cmake-commits] [cmake-commits] hoffman committed cmSystemTools.cxx 1.417 1.418

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 12 10:52:36 EST 2009


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
Fix missing return value.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.417
retrieving revision 1.418
diff -C 2 -d -r1.417 -r1.418
*** cmSystemTools.cxx	9 Nov 2009 00:59:01 -0000	1.417
--- cmSystemTools.cxx	12 Nov 2009 15:52:32 -0000	1.418
***************
*** 2001,2004 ****
--- 2001,2005 ----
        }
      }
+   return r;
  }
  



More information about the Cmake-commits mailing list