[GME-commit] GMESRC/GME/Gme AboutDlg.cpp,1.7,1.8

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jun 17 23:08:23 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv27540

Modified Files:
	AboutDlg.cpp 
Log Message:
Array enlarged in EnumProcessModules.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: AboutDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/AboutDlg.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** AboutDlg.cpp	7 Feb 2003 15:22:46 -0000	1.7
--- AboutDlg.cpp	17 Jun 2005 22:08:21 -0000	1.8
***************
*** 222,226 ****
  	m_DLLList.InsertColumn(0, "Dynamic Library Path", LVCFMT_LEFT, rect.Size().cx-::GetSystemMetrics(SM_CXVSCROLL));
  	// TODO: Add extra initialization here
! 	HMODULE modules[64];
  	DWORD	needed;
  	bool	success = true;
--- 222,226 ----
  	m_DLLList.InsertColumn(0, "Dynamic Library Path", LVCFMT_LEFT, rect.Size().cx-::GetSystemMetrics(SM_CXVSCROLL));
  	// TODO: Add extra initialization here
! 	HMODULE modules[1024];
  	DWORD	needed;
  	bool	success = true;



More information about the GME-commit mailing list