summaryrefslogtreecommitdiff
blob: 18e83360f86e6a2d86336e48408ef1c9b8e42339 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/fusepod_ipod.cpp	2006-08-08 23:28:23.000000000 +0200
+++ src/fusepod_ipod.cpp.new	2007-01-17 20:58:17.000000000 +0100
@@ -417,7 +417,7 @@
 
     stats << "FUSEPod Version: " << PACKAGE_VERSION << endl;
     stats << "ITunesDB Version: " << this->ipod->version << endl;
-    stats << "Real Mountpoint: " << this->ipod->mountpoint << endl;
+    stats << "Real Mountpoint: " << itdb_get_mountpoint(this->ipod) << endl;
 
     Playlist * mpl = itdb_playlist_mpl (ipod);
     stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl;