[vlc-devel] vlc: svn commit r21258 (courmisch)

Subversion daemon svn at videolan.org
Sun Aug 19 19:11:08 CEST 2007


r21258 | courmisch | 2007-08-19 19:11:08 +0200 (Sun, 19 Aug 2007) | 4 lines
Changed paths:
   M /trunk/src/input/control.c

Fix a bunch of warnings / undefined pointers
By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
is really lame, when you can do the same with snprintf(NULL, 0);

 > http://trac.videolan.org/vlc/changeset/21258
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list