yamt commented on a change in pull request #2572: URL: https://github.com/apache/incubator-nuttx/pull/2572#discussion_r546553786
########## File path: fs/spiffs/src/spiffs_vfs.c ########## @@ -408,7 +416,8 @@ static int spiffs_open(FAR struct file *filep, FAR const char *relpath, /* Check of the file object already exists */ - ret = spiffs_find_objhdr_pgndx(fs, (FAR const uint8_t *)relpath, &pgndx); + ret = spiffs_find_objhdr_pgndx(fs, (FAR const uint8_t *)spiffs_relpath, Review comment: done ---------------------------------------------------------------- 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