]> git.sesse.net Git - vlc/commit
Temporarily work around crashing on Windows due to %zu
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 17 Nov 2008 11:08:28 +0000 (12:08 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 17 Nov 2008 15:44:38 +0000 (16:44 +0100)
commit6f1a7b41f0f2175ceb1dd399b1ded5e30ffe704b
tree7415d3d5875416d4022300bcdf186aecd6098b1f
parent5c96f1ca97f41550e06088e008459e525f67f724
Temporarily work around crashing on Windows due to %zu

The printf functions on Windows don't support the z length modifier,
which can shift field arguments, and causes an unconditional crash in
modules.c on start-up. For now, strip it on Windows and have vlc work
again, until a better solution is found and applied.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/modules/modules.c