[GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Sheet.cpp,1.12,1.13
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Jun 28 18:50:37 CDT 2005
Update of /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
In directory escher:/tmp/cvs-serv12848/Rep
Modified Files:
Sheet.cpp
Log Message:
Warning if rootfolder name is empty.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: Sheet.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep/Sheet.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Sheet.cpp 27 Jun 2005 15:54:02 -0000 1.12
--- Sheet.cpp 28 Jun 2005 17:50:35 -0000 1.13
***************
*** 733,738 ****
{
res = pInName;
! bool inv(false); // invalid name?
! // check the paradigm's name, containing spaces, other special chars, excluding '.', '_'
for( unsigned int i = 0; i < res.length(); ++i)
{
--- 733,738 ----
{
res = pInName;
! bool inv(res.length() == 0); // invalid name?, (if empty then invalid)
! // check the paradigm's name, containing spaces, other special chars, except '.', '_'
for( unsigned int i = 0; i < res.length(); ++i)
{
More information about the GME-commit
mailing list