[vlc-devel] [RFC] Wrapper to work around %z limitation on Windows
Rémi Denis-Courmont
rdenis at simphalempin.com
Tue Feb 24 12:47:28 CET 2009
On Tue, 24 Feb 2009 12:08:18 +0100, Pierre Ynard <linkfanel at yahoo.fr>
wrote:
> This patch works around unsupported %z modifiers, by using a wrapper
> that patches the format string on the fly. The format string is
> duplicated, and "%z"'s are replaced by "%l"'s.
I fancy the high-level idea - but isn't long shorter than size_t on Win64?
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list