xiaoxiang781216 commented on code in PR #2832:
URL: https://github.com/apache/nuttx-apps/pull/2832#discussion_r1835435610
##########
nshlib/nsh_fsutils.c:
##########
@@ -583,7 +585,13 @@ FAR char *nsh_getdirpath(FAR struct nsh_vtbl_s *vtbl,
snprintf(vtbl->iobuffer, IOBUFFERSIZE, "%s/%s", dirpath, path);
}
- return lib_realpath(vtbl->iobuffer, NULL, true);
Review Comment:
why change? you should include nuttx/lib/lib.h instead
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]