git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1157 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-07 20:07:27 +00:00
parent 0fb782537a
commit d57ef5660b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int mem_parse(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv,
{ {
*pcvalue = '\0'; *pcvalue = '\0';
pcvalue++; pcvalue++;
lvalue = (unsigned long)strtol(pcvalue, NULL, 16); lvalue = (unsigned long)strtol(pcvalue, NULL, 16);
if (lvalue > 0xffffffff) if (lvalue > 0xffffffff)
{ {