Floating point printf() does not support long datatypes

Known bugs with 1.7
Post Reply
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Floating point printf() does not support long datatypes

Post by dom »

The use of a floating point printf() anywhere within a project will remove the ability to printf() long values, resulting in the appearance of "lu" and "ld" if the long format specifiers are applied.
Post Reply