summaryrefslogtreecommitdiff
path: root/audio/streamripper/patches/patch-lib_ripstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamripper/patches/patch-lib_ripstream.c')
-rw-r--r--audio/streamripper/patches/patch-lib_ripstream.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/streamripper/patches/patch-lib_ripstream.c b/audio/streamripper/patches/patch-lib_ripstream.c
new file mode 100644
index 00000000000..5fe4e1e2d4b
--- /dev/null
+++ b/audio/streamripper/patches/patch-lib_ripstream.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_ripstream.c,v 1.1 2015/02/19 00:20:47 wiz Exp $
+
+--- lib/ripstream.c.orig 2008-12-27 15:32:07.000000000 +0100
++++ lib/ripstream.c 2012-01-11 21:38:08.772278869 +0100
+@@ -731,7 +731,7 @@ write_id3v2_frame(RIP_MANAGER_INFO* rmi,
+ char bigbuf[HEADER_SIZE] = "";
+ ID3V2frame id3v2frame;
+ #ifndef WIN32
+- __uint32_t framesize = 0;
++ uint32_t framesize = 0;
+ #else
+ unsigned long int framesize = 0;
+ #endif