summaryrefslogtreecommitdiff
path: root/audio/id3lib/patches/patch-af
blob: fe9b6cdfeba75f72f60bdc12c4e40ee94fb54373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.2 2002/01/08 17:49:13 drochner Exp $

--- include/id3/reader.h.orig	Mon Jul 30 20:22:53 2001
+++ include/id3/reader.h	Tue Jan  8 18:27:06 2002
@@ -33,7 +33,7 @@
 class ID3_CPP_EXPORT ID3_Reader
 {
  public:
-  typedef uint32 size_type;
+  typedef size_t size_type;
   typedef uint8  char_type;
   typedef uint32 pos_type;
   typedef  int32 off_type;