Go to file
Michael Pyne cc00badd70 Fix another MSVC 2007 STL bug (our bug, not theirs) by not resizing a buffer in
writeBlock.  It was possible to resize it to 0 and although it would not be written to
again, the address would be taken of the buffer and MSVC 2007's STL implementation is
strict and will not allow the address of an empty buffer to be taken.


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@672039 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
2007-06-06 03:56:38 +00:00
bindings the usual daily unbreak compilation 2007-05-31 20:51:55 +00:00
examples the usual daily unbreak compilation 2007-05-31 20:51:55 +00:00
taglib Fix another MSVC 2007 STL bug (our bug, not theirs) by not resizing a buffer in 2007-06-06 03:56:38 +00:00
tests the usual daily unbreak compilation 2007-05-31 20:51:55 +00:00
AUTHORS And now get everything building again... 2006-09-24 18:10:30 +00:00
CMakeLists.txt win32 compile / warnings-- 2007-04-28 16:17:30 +00:00
config-taglib.h.cmake Fix warning 2006-12-07 14:13:46 +00:00
configure.in.bot Ok, let's go back a few steps. Apparently I really confused svn move by adding 2006-09-24 16:58:17 +00:00
configure.in.in And now get everything building again... 2006-09-24 18:10:30 +00:00
ConfigureChecks.cmake win32 compile / warnings-- 2007-04-28 16:17:30 +00:00
COPYING And now get everything building again... 2006-09-24 18:10:30 +00:00
INSTALL And now get everything building again... 2006-09-24 18:10:30 +00:00
Makefile.am Forgot something. ;-) 2006-09-24 20:57:22 +00:00
Makefile.cvs And now get everything building again... 2006-09-24 18:10:30 +00:00
taglib-config.cmake Add cmake support 2006-09-20 12:52:28 +00:00
taglib-config.in Re-add automake/autoconf stuff. I'm tempted to delete the CMake stuff while I'm 2006-09-24 16:17:47 +00:00
taglib.pc.cmake Add cmake support 2006-09-20 12:52:28 +00:00
taglib.pc.in Re-add automake/autoconf stuff. I'm tempted to delete the CMake stuff while I'm 2006-09-24 16:17:47 +00:00