aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audacious-mac/files/patch-src-mac.cpp
blob: aa86059c575ec5c339d3a8a8df4e63477c69539a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/mac.cpp Thu Feb  1 02:46:26 2007
+++ src/mac.cpp Sun Jun 24 06:02:16 2007
@@ -146,7 +146,7 @@
 
 static int decompress_init(InputPlayback *playback)
 {
-    char *filename = playback->filename;
+    char *filename = url2filename(playback->filename);
 
     int nRetVal;
 
@@ -386,6 +386,7 @@
 
 void mac_get_song_info(char *filename, char **title, int *length)
 {
+    url2filename(filename);
     int nRetVal = 0;
 
     if (filename == NULL)