Files
pkgsrc-ng/audio/id3lib/patches/patch-ag
2013-09-26 17:14:40 +02:00

14 lines
372 B
Plaintext

$NetBSD: patch-ag,v 1.2 2002/01/08 17:49:13 drochner Exp $
--- include/id3/writer.h.orig Mon Jul 30 20:22:53 2001
+++ include/id3/writer.h Tue Jan 8 18:28:35 2002
@@ -33,7 +33,7 @@
class ID3_CPP_EXPORT ID3_Writer
{
public:
- typedef uint32 size_type;
+ typedef size_t size_type;
typedef uint8 char_type;
typedef uint32 pos_type;
typedef int32 off_type;