Bug#657081: audacious: FTBFS on hurd-i386

Svante Signell svante.signell at telia.com
Mon Jan 23 23:27:08 UTC 2012


On Mon, 2012-01-23 at 23:31 +0100, Pino Toscano wrote:
> Alle lunedì 23 gennaio 2012, Svante Signell ha scritto:
> > +    len = strlen(FILENAME) + 1 + strlen(aud_paths[BMP_PATH_USER_DIR]) + 1;
> > +    path = g_malloc (len);
> > +    snprintf (path, len, "%s/" FILENAME, aud_paths[BMP_PATH_USER_DIR]);
> 
> path = g_strdup_printf ("%s/" FILENAME, aud_paths[BMP_PATH_USER_DIR]);
> (with no need for 'len')

OK, updated patch attached! Much shorter now :)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_FTBFS4Hurd.patch
Type: text/x-patch
Size: 785 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20120124/bc06b481/attachment.bin>


More information about the pkg-multimedia-maintainers mailing list