forked from len0rd/rockbox
rbutil: Upps..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69241529ff
commit
802db8e83f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ bool sansapatcherDetect(UsbDeviceInfo* tempdevice)
|
|||
tempdevice->status = DEVICEFOUND;
|
||||
/* find mount point if possible */
|
||||
#if !(defined( __WXMSW__ ) || defined( __DARWIN__)) //linux code
|
||||
wxString tmp = resolve_mount_point(wxString(ipod.diskname,wxConvUTF8)+wxT("1"));
|
||||
wxString tmp = resolve_mount_point(wxString(sansa.diskname,wxConvUTF8)+wxT("1"));
|
||||
if( tmp != wxT("") )
|
||||
tempdevice->path = tmp;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue