HERE88 opened a new pull request, #9696:
URL: https://github.com/apache/nuttx/pull/9696

   With double value=3.141593 initialized in va_list ap, such code:
      vsnprintf(buffer, sizeof(buffer), "%#.0f", ap);
   expected output string: "3."
   but real output string: ".3"
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to