summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/autodetection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/autodetection.cpp b/rbutil/autodetection.cpp
index 53469ff91b..52c7c0c480 100644
--- a/rbutil/autodetection.cpp
+++ b/rbutil/autodetection.cpp
@@ -68,7 +68,7 @@ bool sansapatcherDetect(UsbDeviceInfo* tempdevice)
68 tempdevice->status = DEVICEFOUND; 68 tempdevice->status = DEVICEFOUND;
69 /* find mount point if possible */ 69 /* find mount point if possible */
70#if !(defined( __WXMSW__ ) || defined( __DARWIN__)) //linux code 70#if !(defined( __WXMSW__ ) || defined( __DARWIN__)) //linux code
71 wxString tmp = resolve_mount_point(wxString(ipod.diskname,wxConvUTF8)+wxT("1")); 71 wxString tmp = resolve_mount_point(wxString(sansa.diskname,wxConvUTF8)+wxT("1"));
72 if( tmp != wxT("") ) 72 if( tmp != wxT("") )
73 tempdevice->path = tmp; 73 tempdevice->path = tmp;
74#endif 74#endif