ruby-32: re-add architecure independent manifest support, remove unnecassary GNU_CPU...
[oi-userland.git] / components / library / id3lib / patches / 02-uchar.patch
blob9e21c02dbf53fe4ea9e26697f4252b98432c08c0
1 diff -ur id3lib-3.8.3-orig/src/tag_file.cpp id3lib-3.8.3/src/tag_file.cpp
2 --- id3lib-3.8.3-orig/src/tag_file.cpp 2003-03-02 07:23:00.000000000 +0700
3 +++ id3lib-3.8.3/src/tag_file.cpp 2006-05-08 19:32:35.073541180 +0700
4 @@ -282,7 +282,7 @@
6 tmpOut.write(tagData, tagSize);
7 file.seekg(tag.GetPrependedBytes(), ios::beg);
8 - uchar tmpBuffer[BUFSIZ];
9 + char tmpBuffer[BUFSIZ];
10 while (file)
12 file.read(tmpBuffer, BUFSIZ);