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
6 tmpOut.write(tagData, tagSize);
7 file.seekg(tag.GetPrependedBytes(), ios::beg);
8 - uchar tmpBuffer[BUFSIZ];
9 + char tmpBuffer[BUFSIZ];
12 file.read(tmpBuffer, BUFSIZ);