Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
On Windows, it is int swprintf(wchar_t *, const wchar_t *, ...);
However, in ISO C99 it is int swprintf (wchar_t *, size_t, const wchar_t *, ...);
Inflib is used by mkhive, which thus can work incorrectly on Unix.