Hi,
On 22-02-18 05:54, selva.n...@gmail.com wrote:
> From: Selva Nair
>
> - "%ll" is not supported by Windows run time, so use PRIi64
>and cast the variable to (int64_t) in output statements
>(as in commit 9ba36639abcac4367c8227d2dd87b18fb56267c4)
>
> - Fix an instance of wchar_t * prin
From: Selva Nair
- "%ll" is not supported by Windows run time, so use PRIi64
and cast the variable to (int64_t) in output statements
(as in commit 9ba36639abcac4367c8227d2dd87b18fb56267c4)
- Fix an instance of wchar_t * printed using %s -- should be %ls.
- Cast variables to int or unsigne