blob: d2f63dc9e0e5d15358494b3d5420f9e06cc98aef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- trees.c.orig Thu Feb 13 15:52:06 2003
+++ trees.c Thu Feb 13 16:19:08 2003
@@ -1497,7 +1497,7 @@
fprintf(stdout,"\n or 3) use the PHYLIP package.");
fprintf(stdout,"\n\n");
if (usemenu)
- getstr("Press [RETURN] to continue",dummy);
+ getstr("Press [RETURN] to continue",dummy,10);
}
|