[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
- Previous message: [GME-commit] GMESRC/GME/ObjectInspector Property.cpp, 1.17, 1.18 Property.h, 1.8, 1.9
- Next message: [GME-commit] GMESRC/GME/Gme ConnityDlg.cpp, NONE, 1.1 ConnityDlg.h, NONE, 1.1 resource.h, 1.76, 1.77 GME.rc, 1.165, 1.166 GME.vcproj, 1.6, 1.7 GMEView.h, 1.80, 1.81 GMEView.cpp, 1.197, 1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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],
- Previous message: [GME-commit] GMESRC/GME/ObjectInspector Property.cpp, 1.17, 1.18 Property.h, 1.8, 1.9
- Next message: [GME-commit] GMESRC/GME/Gme ConnityDlg.cpp, NONE, 1.1 ConnityDlg.h, NONE, 1.1 resource.h, 1.76, 1.77 GME.rc, 1.165, 1.166 GME.vcproj, 1.6, 1.7 GMEView.h, 1.80, 1.81 GMEView.cpp, 1.197, 1.198
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list