]> Pileus Git - ~andy/sunrise/blob - sys-fs/fusepod/files/fusepod-0.5.1-libgpod-api-fix.patch
sys-fs/fusepod: Initial ebuild for bug #136624
[~andy/sunrise] / sys-fs / fusepod / files / fusepod-0.5.1-libgpod-api-fix.patch
1 --- src/fusepod_ipod.cpp        2006-08-08 23:28:23.000000000 +0200
2 +++ src/fusepod_ipod.cpp.new    2007-01-17 20:58:17.000000000 +0100
3 @@ -417,7 +417,7 @@
4  
5      stats << "FUSEPod Version: " << PACKAGE_VERSION << endl;
6      stats << "ITunesDB Version: " << this->ipod->version << endl;
7 -    stats << "Real Mountpoint: " << this->ipod->mountpoint << endl;
8 +    stats << "Real Mountpoint: " << itdb_get_mountpoint(this->ipod) << endl;
9  
10      Playlist * mpl = itdb_playlist_mpl (ipod);
11      stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl;