Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: console::printf() is broken (Read 1376 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

console::printf() is broken

I have DSP plug in that announces itself with:
Code: [Select]
DWORD config;
....
console::printf("config=%08X", config);
If the msb of config is 1, the output includes 8 leading 'F' characters even though the variable is unsigned 32-bits and the format string specifies no more than 8 characters. I'm  using foobar2000 v1.5.4 [standard].
Jon Bokelman

Re: console::printf() is broken

Reply #1
Bug confirmed, thanks for reporting.
Microsoft Windows: We can't script here, this is bat country.