xiaoxiang781216 commented on code in PR #1220: URL: https://github.com/apache/incubator-nuttx-apps/pull/1220#discussion_r923097119
########## interpreters/bas/bas_statement.c: ########## @@ -1241,7 +1241,7 @@ struct Value *stmt_EDIT(struct Value *value) return (struct Value *)0; #else - return Value_new_ERROR(value, NOTAVAILABLE, strerror(ENOSYS)); + return Value_new_ERROR(value, NOTAVAILABLE); Review Comment: Yes, I think so. -- 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