the vsprintf is not function properly but if I replace it with _vsnprintf or vsprintf it works ok, vprintf also works ok
I don't know why but vsnprintf does not work with any format with l at the beginnig is there a quick way to fix it loaclly ?
(like recompiling some .a file in mingw runtime)