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 2020/07/29 17:43:20 UTC

[GitHub] [incubator-nuttx] johannes-nivus commented on pull request #1478: FAT Filesystem: UTF8 support for long filenames, bugfixes.

johannes-nivus commented on pull request #1478:
URL: https://github.com/apache/incubator-nuttx/pull/1478#issuecomment-665626298


   Build / macOS (sim) (pull_request) Failing after 45m — macOS (sim)
   
   This is because of empty for-loops:
   ```for (namelen = 0; dirinfo->fd_lfname[namelen] != '\0'; namelen++);```
   Since coding standard encourages empty while-loops, I thought this correct for for-loops as well.
   Can someone comment?


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