You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/07 09:11:22 UTC

[GitHub] [incubator-nuttx] AlexanderVasiljev opened a new pull request #3466: lib_fgets: don't check for printability

AlexanderVasiljev opened a new pull request #3466:
URL: https://github.com/apache/incubator-nuttx/pull/3466


   
   ## Summary
   
   fgets should care only about newline character and end-of-line condition. It shouldn't check for printability of character. isprint checks only for ASCII characters and  doesn't allow to work with extended ASCII files.
   
   
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #3466: lib_fgets: don't check for printability

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #3466:
URL: https://github.com/apache/incubator-nuttx/pull/3466


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org