[unauthorized] Important update for playlist

"ydegoyon @gmail.com" <[email protected]>
Newsgroups gmane.comp.multimedia.puredata.general
Message-ID <[email protected]>
halo,

i recently saw a change in libc that was puzzling playlist in Ubuntu noble :

<code>
         sprintf( x->x_curdir, "%s/%s", x->x_curdir, 
x->x_dentries[x->x_itemselected] );
</code>

is WRONG : in playlist < 0.15

replaced by :

<code>
         strcat( x->x_curdir, "/");
         strcat( x->x_curdir, x->x_dentries[x->x_itemselected]
</code>

in playlist >= 0.15

so, get the update in our giss.tv git :

git clone http://giss.tv/~git/git.cgi/unauthorized.git

tchuss,

[email protected]

---
[email protected] - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/OGHNHMOOK5UDOIJAUGMJ73N2ZBZWUDLS/

To unsubscribe send an email to [email protected] mailing list
UNSUBSCRIBE and account-management -> https://lists.iem.at/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.