From 802db8e83f7c4468b0bce265860911d5db4479b2 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Fri, 22 Jun 2007 19:05:09 +0000 Subject: rbutil: Upps.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13688 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/autodetection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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 -- cgit v1.2.3