[Cmake-commits] [cmake-commits] king committed cmSystemTools.cxx 1.375 1.376

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 14 12:44:03 EDT 2008


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
COMP: Fix new cmSystemTools file time methods on Windows.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.375
retrieving revision 1.376
diff -C 2 -d -r1.375 -r1.376
*** cmSystemTools.cxx	14 Apr 2008 15:43:44 -0000	1.375
--- cmSystemTools.cxx	14 Apr 2008 16:44:01 -0000	1.376
***************
*** 2166,2170 ****
  #if defined(_WIN32) && !defined(__CYGWIN__)
    cmSystemToolsWindowsHandle h =
!     CreateFile(toFile, GENERIC_WRITE, 0, 0, OPEN_EXISTING, 0, 0);
    if(!h)
      {
--- 2166,2170 ----
  #if defined(_WIN32) && !defined(__CYGWIN__)
    cmSystemToolsWindowsHandle h =
!     CreateFile(fname, GENERIC_WRITE, 0, 0, OPEN_EXISTING, 0, 0);
    if(!h)
      {



More information about the Cmake-commits mailing list