mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1157 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -95,7 +95,7 @@ int mem_parse(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv,
|
||||
{
|
||||
*pcvalue = '\0';
|
||||
pcvalue++;
|
||||
|
||||
|
||||
lvalue = (unsigned long)strtol(pcvalue, NULL, 16);
|
||||
if (lvalue > 0xffffffff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user