git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48638 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-05-24 01:58:39 +00:00
parent 5334f89af8
commit 1c633846a7

View File

@ -843,7 +843,7 @@ void UpdateMcdItems(int mcd, int idc) {
void McdListGetDispInfo(int mcd, int idc, LPNMHDR pnmh) {
LV_DISPINFO *lpdi = (LV_DISPINFO *)pnmh;
McdBlock *Info;
char buf[256], buftitle[256];
static char buf[256], buftitle[256];
Info = &Blocks[mcd - 1][lpdi->item.iItem];