[vlc-devel] [PATCH 0/1] Fix win32 startup

davidf+nntp at woaf.net davidf+nntp at woaf.net
Thu Nov 13 22:34:42 CET 2008


From: David Flynn <davidf at rd.bbc.co.uk>

Due to a failing in mingw's builtin vsnprintf() not handling %zu, windows
builds currently fail to startup.  This should (untested) fix that.

It also opens up the question of overambitious use of %zu and size_t in
places.  Eg, i hope there won't be 2**32-1 modules as candidates for
loading.

David Flynn (1):
  Fix mingw failing to handle %zu

 src/modules/modules.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the vlc-devel mailing list