mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
apps/nshlib: restore space delimiter that was removed in last change to the NSH echo command.
This commit is contained in:
@@ -280,7 +280,7 @@ int cmd_echo(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
nsh_output(vtbl, " ");
|
||||
}
|
||||
|
||||
nsh_output(vtbl, "%s", argv[i]);
|
||||
nsh_output(vtbl, "%s ", argv[i]);
|
||||
}
|
||||
|
||||
if (1 == s)
|
||||
|
Reference in New Issue
Block a user