mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Remove the 'Disk' prefix from method names
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user