[lib][console] add pointer type arg, switch some users to it.
Patch courtesy Erik Corry
This commit is contained in:
@@ -225,7 +225,7 @@ usage:
|
||||
free(ptr);
|
||||
#endif
|
||||
} else if (argc == 3) {
|
||||
void *ptr = (void *)argv[1].u;
|
||||
void *ptr = argv[1].p;
|
||||
size_t len = argv[2].u;
|
||||
|
||||
/* run the tests */
|
||||
|
||||
Reference in New Issue
Block a user