cfyzium / bearlibterminal

Interface library for applications with text-based console-like output
Other
119 stars 18 forks source link

DynamicSprites example uses possibly undefined behavior #17

Open Shylie opened 1 year ago

Shylie commented 1 year ago

On line 119 of the dynamic sprites example, the format specifier %#p is used.

According to en.cppreference.com (non-windows) and microsoft documentation (windows), there is no defined behavior when %#p is used as a format specifier.