Files
pkgsrc-ng/audio/streamripper/patches/patch-lib_ripstream.c
2016-01-21 23:40:00 +01:00

14 lines
438 B
C

$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