]> git.sesse.net Git - vlc/commit
Win32: wrappers to work around %z printf
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 10 Mar 2009 09:48:09 +0000 (10:48 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 10 Mar 2009 16:05:41 +0000 (18:05 +0200)
commit5b61614c29e2cc6149536ce847b7580ba1151025
tree40ff0bb794a795b5432f13a27c92b9059efc9784
parentb7c24fc34d817ccdf4e5ef99cf94698b7319b0b3
Win32: wrappers to work around %z printf

This patch works around unsupported %z modifiers, by using a wrapper
around *printf functions that patches the format string on the fly. The
format string is duplicated, and "%z"'s are replaced by "%l"'s.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_fixups.h