song_save: increased maximum line length to 32 kB

The line buffer had a fixed size of 5 kB, and was allocated on the
stack.  This was too small for some users.  As a hotfix, we're
increasing the buffer size to 32 kB now, allocated on the heap.  In
MPD 0.16, we'll switch to dynamic allocation.
This commit is contained in:
Max Kellermann
2009-11-01 15:27:55 +01:00
parent 3de912e2b9
commit b242175e18
2 changed files with 8 additions and 3 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.15.6 (2009/??/??)
- ffmpeg: convert metadata
* output_thread: check again if output is open on PAUSE
* update: delete ignored symlinks from database
* database: increased maximum line length to 32 kB
ver 0.15.5 (2009/10/18)