[GME-commit] GMESRC/GME/Parser MgaXslt.cpp,1.2,1.3

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Apr 20 18:28:55 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv2578/Parser

Modified Files:
	MgaXslt.cpp 
Log Message:
Magic removed from the code. With the recompiled xalan library it is not needed.
Modified Files:
 	Parser/MgaXslt.cpp 


CVS User: zolmol

Index: MgaXslt.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaXslt.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MgaXslt.cpp	15 Apr 2004 22:48:10 -0000	1.2
--- MgaXslt.cpp	20 Apr 2004 22:28:52 -0000	1.3
***************
*** 19,25 ****
  	string in_file( 1 + GetCharLength( p_in_f_name), ' ');
  	string out_file( 1 + GetCharLength( p_out_f_name), ' ');
! 	string error;//( 1000, ' ');
! 
! 	char c[100]; // MAGIC needed, otherwise Transformer overwrites local vars ; by ZolMol
  
  	CopyTo( p_stylesheet_f_name, style_sheet);
--- 19,23 ----
  	string in_file( 1 + GetCharLength( p_in_f_name), ' ');
  	string out_file( 1 + GetCharLength( p_out_f_name), ' ');
! 	string error;
  
  	CopyTo( p_stylesheet_f_name, style_sheet);



More information about the GME-commit mailing list