[Cmake-commits] [cmake-commits] king committed SystemTools.cxx 1.227 1.228

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 10 11:23:04 EDT 2008


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

Modified Files:
	SystemTools.cxx 
Log Message:
STYLE: Fix typo in GetFilenameLastExtension docs

See issue #7797.


Index: SystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemTools.cxx,v
retrieving revision 1.227
retrieving revision 1.228
diff -C 2 -d -r1.227 -r1.228
*** SystemTools.cxx	15 Sep 2008 21:53:28 -0000	1.227
--- SystemTools.cxx	10 Oct 2008 15:23:02 -0000	1.228
***************
*** 3388,3392 ****
  /**
   * Return file extension of a full filename (dot included).
!  * Warning: this is the shortest extension (for example: .tar.gz)
   */
  kwsys_stl::string SystemTools::GetFilenameLastExtension(const kwsys_stl::string& filename)
--- 3388,3392 ----
  /**
   * Return file extension of a full filename (dot included).
!  * Warning: this is the shortest extension (for example: .gz of .tar.gz)
   */
  kwsys_stl::string SystemTools::GetFilenameLastExtension(const kwsys_stl::string& filename)



More information about the Cmake-commits mailing list