mirror of https://github.com/dirtbags/moth.git
Merge branch 'master' of ssh://fozzie/home/neale/projects/ctf
This commit is contained in:
commit
713027b737
|
@ -155,6 +155,9 @@ run(char* key) {
|
|||
printf("\n");
|
||||
fflush(stdout);
|
||||
existing = FALSE;
|
||||
} else {
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
} else if (91 <= tmp && tmp <= 122) {
|
||||
if (existing) {
|
||||
|
|
Loading…
Reference in New Issue