Fixed typo in show available drives.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cadfae2b76
commit
547841f751
@ -242,7 +242,7 @@ size_t wxGetAvailableDrives(wxArrayString &paths, wxArrayString &names, wxArrayI
|
||||
!CFStringGetCString(cfstr, cstr, CFStringGetLength(cfstr) + 1,
|
||||
kCFStringEncodingMacRoman))
|
||||
{
|
||||
CFRelease( cstr );
|
||||
CFRelease( cfstr );
|
||||
continue;
|
||||
}
|
||||
wxString name( cstr , wxConvLocal );
|
||||
|
Loading…
Reference in New Issue
Block a user