[GME-commit] GMESRC/GME/Mga MgaFCO.cpp,1.41,1.42

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Fri Mar 14 16:15:59 CDT 2008


Update of /project/gme-repository/GMESRC/GME/Mga
In directory escher:/tmp/cvs-serv28677

Modified Files:
	MgaFCO.cpp 
Log Message:
GUIDs shown in lowercase.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaFCO.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaFCO.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** MgaFCO.cpp	18 Jun 2007 01:48:45 -0000	1.41
--- MgaFCO.cpp	14 Mar 2008 21:15:57 -0000	1.42
***************
*** 1192,1196 ****
  
  		char buff[39];
! 		sprintf( buff, "{%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}",
  			t_guid.Data1, t_guid.Data2, t_guid.Data3,
  			t_guid.Data4[0], t_guid.Data4[1], t_guid.Data4[2], t_guid.Data4[3],
--- 1192,1196 ----
  
  		char buff[39];
! 		sprintf( buff, "{%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}",
  			t_guid.Data1, t_guid.Data2, t_guid.Data3,
  			t_guid.Data4[0], t_guid.Data4[1], t_guid.Data4[2], t_guid.Data4[3],



More information about the GME-commit mailing list