mlondono74 opened a new pull request, #1423:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1423

   
   ### Summary
   When parsing the route table in /proc/net/route/ipv6 the file has leading 
spaces (represented by '.' in sample below) before every line. The current code 
would fail to read routes because it looks for the first char of the first line 
to be a digit. Also fixes a typo in the check for a decimal digit.
   
   
![image](https://user-images.githubusercontent.com/43219046/202555240-86754b03-c6c7-4a39-896f-f9076afccd07.png)
   
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to