~ubuntu-branches/ubuntu/lucid/mpd/lucid-201002130003

« back to all changes in this revision

Viewing changes to src/playlist_save.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2009-01-01 19:42:24 UTC
  • mfrom: (1.1.9 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090101194224-hmi8pfu2vhwxkad0
Tags: 0.14-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/mpd.init.d: read mpd user from mpd.conf (Forwarded to Debian, bug 504609)
  - debian/control: promote avahi-daemon from suggest to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
        if (playlist_saveAbsolutePaths && !isRemoteUrl(uri) &&
50
50
            uri[0] != '/')
51
 
                s = map_directory_child_fs(db_get_root(), uri, tmp);
 
51
                s = map_uri_fs(uri, tmp);
52
52
        else
53
53
                s = utf8_to_fs_charset(tmp, uri);
54
54