summaryrefslogtreecommitdiff
path: root/audio/gtkpod/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gtkpod/patches/patch-be')
-rw-r--r--audio/gtkpod/patches/patch-be18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/gtkpod/patches/patch-be b/audio/gtkpod/patches/patch-be
deleted file mode 100644
index f6608b47a6f..00000000000
--- a/audio/gtkpod/patches/patch-be
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-be,v 1.1 2005/12/18 21:03:46 rillig Exp $
-
-Keywords: c90
-
---- src/itdb_playlist.c.orig Sat Jul 9 08:53:26 2005
-+++ src/itdb_playlist.c Sun Dec 18 22:00:14 2005
-@@ -1184,8 +1184,10 @@ Itdb_Playlist *itdb_playlist_by_id (Itdb
- /* Return playlist at position @num in @itdb */
- Itdb_Playlist *itdb_playlist_by_nr (Itdb_iTunesDB *itdb, guint32 num)
- {
-+ Itdb_Playlist *pl;
-+
- g_return_val_if_fail (itdb, NULL);
-- Itdb_Playlist *pl = g_list_nth_data (itdb->playlists, num);
-+ pl = g_list_nth_data (itdb->playlists, num);
- g_return_val_if_fail (pl, NULL);
- return pl;
- }