diff options
Diffstat (limited to 'audio/scrobbler/files/patch-scrobbler.c')
-rw-r--r-- | audio/scrobbler/files/patch-scrobbler.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/scrobbler/files/patch-scrobbler.c b/audio/scrobbler/files/patch-scrobbler.c deleted file mode 100644 index 277913c39516..000000000000 --- a/audio/scrobbler/files/patch-scrobbler.c +++ /dev/null @@ -1,15 +0,0 @@ ---- scrobbler.c.orig 2005-02-21 00:45:05 UTC -+++ scrobbler.c -@@ -382,9 +382,9 @@ static int sc_parse_sb_res(void) - - static gchar *sc_itemtag(char c, int n, char *str) - { -- static char buf[256]; -- snprintf(buf, 256, "&%c[%d]=%s", c, n, str); -- return buf; -+ static char buf[1024]; -+ snprintf(buf, 1024, "&%c[%d]=%s", c, n, str); -+ return buf; - } - - #define cfa(f, l, n, v) \ |