gjt211:
After all that, I believe I need to use vsprintf instead of sprintf.
it will hard to create va_list. I suggest to change the building of the format string to building the final string with using sprintf for one variable at a time
gjt211:
After all that, I believe I need to use vsprintf instead of sprintf.
it will hard to create va_list. I suggest to change the building of the format string to building the final string with using sprintf for one variable at a time