[Cmake-commits] [cmake-commits] hoffman committed cmCTest.cxx 1.389 1.390
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jan 5 08:53:41 EST 2010
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv28602
Modified Files:
cmCTest.cxx
Log Message:
Fix a line length issue.
Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.389
retrieving revision 1.390
diff -C 2 -d -r1.389 -r1.390
*** cmCTest.cxx 30 Dec 2009 16:10:41 -0000 1.389
--- cmCTest.cxx 5 Jan 2010 13:53:37 -0000 1.390
***************
*** 549,553 ****
{
lctime = this->GetNightlyTime(
! this->GetCTestConfiguration("NightlyStartTime"), this->TomorrowTag);
}
char datestring[100];
--- 549,554 ----
{
lctime = this->GetNightlyTime(
! this->GetCTestConfiguration("NightlyStartTime"),
! this->TomorrowTag);
}
char datestring[100];
More information about the Cmake-commits
mailing list