[vlc-devel] [PATCH] Luahttp can access equalizer settings
Rémi Denis-Courmont
remi at remlab.net
Fri Jun 24 08:45:48 CEST 2011
Le vendredi 24 juin 2011 00:26:11 akash mehrotra, vous avez écrit :
> Some more minor fixes.
> I hope its correct this time.
I don't think the while loop condition is correct. tmp will never become NULL,
and the process will busy loop. You should probably use strtok_r() or strsep()
anyway.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list