xiaoxiang781216 commented on a change in pull request #1044:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1044#discussion_r820241082
##########
File path: system/termcurses/tcurses_vt100.c
##########
@@ -782,7 +782,7 @@ static int tcurses_vt100_move(FAR struct termcurses_s *dev,
int type,
FAR struct tcurses_vt100_s *priv;
int ret = -ENOSYS;
int fd;
- char str[16];
+ char str[32];
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]