[GME-commit] GMESRC/GME/XmlBackEnd/SVNCode Util.cpp,1.4,1.5

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Fri Apr 18 11:37:04 CDT 2008


Update of /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode
In directory escher:/tmp/cvs-serv6311/SVNCode

Modified Files:
	Util.cpp 
Log Message:
Update and test setup commands.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Util.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/SVNCode/Util.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Util.cpp	25 Feb 2008 15:50:43 -0000	1.4
--- Util.cpp	18 Apr 2008 16:37:02 -0000	1.5
***************
*** 416,420 ****
  	while( std::string::npos != p)
  	{
! 	    buffer.replace( p, 1, "<br>");
  		p = buffer.find( "\n");
  	}
--- 416,420 ----
  	while( std::string::npos != p)
  	{
! 		buffer.replace( p, 1, "<br>");
  		p = buffer.find( "\n");
  	}
***************
*** 423,427 ****
  	while( std::string::npos != p)
  	{
! 	    buffer.erase( p, 1);
  		p = buffer.find( "\r");
  	}
--- 423,427 ----
  	while( std::string::npos != p)
  	{
! 		buffer.erase( p, 1);
  		p = buffer.find( "\r");
  	}



More information about the GME-commit mailing list