patacongo edited a comment on pull request #3272: URL: https://github.com/apache/incubator-nuttx/pull/3272#issuecomment-812547652
I do see a problem. Could you try changing line ``` - for (ndx = 0; longopts[ndx].name[0] != '\0'; ndx++) + for (ndx = 0; longopts[ndx].name != NULL; ndx++) ``` I will push this in a bit, but let's see if that does the job first. -- 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: us...@infra.apache.org