[GME-commit] GMESRC/GME/Gme GMEView.cpp,1.167,1.168
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jun 22 18:17:00 CDT 2005
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv6922
Modified Files:
GMEView.cpp
Log Message:
Declaration missing corrected.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: GMEView.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEView.cpp,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** GMEView.cpp 21 Jun 2005 19:47:54 -0000 1.167
--- GMEView.cpp 22 Jun 2005 17:16:57 -0000 1.168
***************
*** 797,800 ****
--- 797,801 ----
// zoomIdx = GME_ZOOM_LEVEL_MED;
m_zoomVal = ZOOM_NO;
+ int zv = 0;
int l = _stscanf( (LPCTSTR) theApp.getDefZoomLev(), _T("%d"), &zv);
if( l == 1 && zv && zv >= ZOOM_MIN && zv <= ZOOM_MAX) // do not accept ZOOM_WIDTH,ZOOM_HEIGHT,ZOOM_ALL for now as ZoomValue
More information about the GME-commit
mailing list