On 29/10/09 20:54, David Mathog wrote:
Changing one line as shown below seems to have fixed it, at least it
eliminate the warning. Don't know yet if it causes any problems when
the program runs. This change is in line with the way the other
programs in this directory are constructed.
% diff cons.c cons.c.dist
6c6
< Char intreename[FNMLNGTH], intree2name[FNMLNGTH];
---
Char outfilename[FNMLNGTH], intreename[FNMLNGTH],
intree2name[FNMLNGTH], outtreename[FNMLNGTH];
Yes, that is the correct fix for the compiler warning.
We do not use the original phylip 3.6 outfile name buffers.
Thanks
Peter
_______________________________________________
EMBOSS mailing list
[email protected]
http://lists.open-bio.org/mailman/listinfo/emboss