Browse Source

tools/memdump: expect proper prompt

master
Virgil Dupras 3 years ago
parent
commit
a8302920cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/memdump.c

+ 1
- 1
tools/memdump.c View File

@@ -38,7 +38,7 @@ int main(int argc, char **argv)
unsigned char c = strtol(s, NULL, 16);
putchar(c);
}
read(fd, s, 2); // read prompt
readprompt(fd);
sendcmdp(fd, "FORGET _");
return 0;
}

Loading…
Cancel
Save