aboutsummaryrefslogtreecommitdiff
path: root/biology/clustalw/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'biology/clustalw/files/patch-af')
-rw-r--r--biology/clustalw/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/clustalw/files/patch-af b/biology/clustalw/files/patch-af
new file mode 100644
index 000000000000..102413fb84c6
--- /dev/null
+++ b/biology/clustalw/files/patch-af
@@ -0,0 +1,11 @@
+--- clustalw.h-orig Thu Mar 21 10:15:28 2002
++++ clustalw.h Thu Mar 21 10:15:43 2002
+@@ -234,7 +234,7 @@
+ char *blank_to_(char *str);
+ char *upstr(char *str);
+ char *lowstr(char *str);
+-void getstr(char *instr, char *outstr);
++void getstr(char *instr, char *outstr, int len);
+ double getreal(char *instr, double minx, double maxx, double def);
+ int getint(char *instr, int minx, int maxx, int def);
+ void do_system(void);