summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-06-22 19:05:09 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-06-22 19:05:09 +0000
commit802db8e83f7c4468b0bce265860911d5db4479b2 (patch)
tree73e4fbb8a92178281501b654bf49e0511b9c6eda /rbutil
parent69241529ffa4b45b3ebf408e4ed81b6a4142728f (diff)
downloadrockbox-802db8e83f7c4468b0bce265860911d5db4479b2.tar.gz
rockbox-802db8e83f7c4468b0bce265860911d5db4479b2.zip
rbutil: Upps..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13688 a1c6a512-1295-4272-9138-f99709370657
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