[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
- Previous message: [GME-commit]
GMESRC/GME/Lib Xalan-C_1.lib,1.1,1.2 Xalan-C_1D.lib,1.1,1.2
Xalan-C_1_7_0.dll,1.1,1.2 Xalan-C_1_7_0D.dll,1.1,1.2
XalanMessages_1_7_0.dll,1.1,1.2 XalanMessages_1_7_0.lib,1.1,1.2
XalanMessages_1_7_0D.dll,1.1,1.2 XalanMessages_1_7_0D.lib,1.1,1.2
- Next message: [GME-commit]
GMESRC/GME/Gme GME.dsp,1.85,1.86 GMEApp.cpp,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [GME-commit]
GMESRC/GME/Lib Xalan-C_1.lib,1.1,1.2 Xalan-C_1D.lib,1.1,1.2
Xalan-C_1_7_0.dll,1.1,1.2 Xalan-C_1_7_0D.dll,1.1,1.2
XalanMessages_1_7_0.dll,1.1,1.2 XalanMessages_1_7_0.lib,1.1,1.2
XalanMessages_1_7_0D.dll,1.1,1.2 XalanMessages_1_7_0D.lib,1.1,1.2
- Next message: [GME-commit]
GMESRC/GME/Gme GME.dsp,1.85,1.86 GMEApp.cpp,1.112,1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list