[vlc-devel] [PATCH][SoC] Qt improvements

Rémi Duraffort ivoire at via.ecp.fr
Thu Oct 2 19:00:11 CEST 2008


Hi,

Just one thing (I hadn't time to read it more for the moment and pierre
might be the guy for you on this task)

+    char *psz_name = malloc( sizeof("title ") + 5 );
+    sprintf( psz_name,  "title %2i", i_title );
Use asprintf instead.

-- 
ivoire | Rémi Duraffort



More information about the vlc-devel mailing list