Remove the 'Disk' prefix from method names

This commit is contained in:
tomcw
2019-04-08 10:41:47 +01:00
parent f755db8516
commit 4235f08f7a
9 changed files with 221 additions and 230 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ void CPropertySheetHelper::SaveStateUpdate()
void CPropertySheetHelper::GetDiskBaseNameWithAWS(TCHAR* pszFilename)
{
LPCTSTR pDiskName = sg_DiskIICard.DiskGetBaseName(DRIVE_1);
LPCTSTR pDiskName = sg_DiskIICard.GetBaseName(DRIVE_1);
if (pDiskName && pDiskName[0])
{
strcpy(pszFilename, pDiskName);