extract cmd in right place
This commit is contained in:
parent
58698c9c12
commit
1bdf170864
3 changed files with 6 additions and 6 deletions
|
|
@ -83,7 +83,7 @@ corecmdlinux386(Elf *elf, ElfNote *note, char **pp)
|
|||
return -1;
|
||||
}
|
||||
p = (Psinfo*)note->desc;
|
||||
print("elf name %s\nelf args %s\n", p->fname, p->psargs);
|
||||
// print("elf name %s\nelf args %s\n", p->fname, p->psargs);
|
||||
t = malloc(80+1);
|
||||
if(t == nil)
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue