Mercurial > audlegacy-plugins
changeset 2561:3476ae08cc99
Increase used INI key string buffer sizes from 10 to 16 chars.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 12 May 2008 02:23:55 +0300 |
parents | 93c13b167f74 |
children | 89624b51e73d |
files | src/pls/pls.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pls/pls.c Sat May 10 19:06:58 2008 +0300 +++ b/src/pls/pls.c Mon May 12 02:23:55 2008 +0300 @@ -41,7 +41,7 @@ playlist_load_pls(const gchar * filename, gint pos) { guint i, count, added_count = 0; - gchar line_key[10], title_key[10]; + gchar line_key[16], title_key[16]; gchar *line, *title; Playlist *playlist = aud_playlist_get_active(); gchar *uri = NULL;