mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +08:00
c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public'
This commit is contained in:

committed by
Xiang Xiao

parent
a9a8fbbc4a
commit
b37e84b05f
@@ -766,7 +766,7 @@ int cmd_uname(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv)
|
||||
}
|
||||
|
||||
lib_stream_putc(&stream, '\n');
|
||||
nsh_write(vtbl, stream.buffer, stream.public.nput);
|
||||
nsh_write(vtbl, stream.buffer, stream.common.nput);
|
||||
return OK;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user