From b879855e145107516c9e3b104432b15797f8e53b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 18 May 2003 17:20:19 +0000 Subject: Add net-rhythmbox, an audio and Internet radio player for the GNOME 2 desktop. Submitted by: Hendrik Scholz --- audio/rhythmbox/files/patch-library_rb-node.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/rhythmbox/files/patch-library_rb-node.c (limited to 'audio/rhythmbox/files/patch-library_rb-node.c') diff --git a/audio/rhythmbox/files/patch-library_rb-node.c b/audio/rhythmbox/files/patch-library_rb-node.c new file mode 100644 index 000000000000..ec9a5c35830d --- /dev/null +++ b/audio/rhythmbox/files/patch-library_rb-node.c @@ -0,0 +1,11 @@ +--- library/rb-node.c.orig Sun Feb 9 03:12:01 2003 ++++ library/rb-node.c Mon Apr 21 20:27:45 2003 +@@ -852,7 +861,7 @@ + int property_id) + { + GValue *ret; +- long mtime; ++ time_t mtime; + char *retval; + + g_return_val_if_fail (RB_IS_NODE (node), NULL); -- cgit v1.2.3