JWS-112 Bumping version of ClustalO (src, binaries and windows) to version 1.2.4.
[jabaws.git] / binaries / src / clustalo / src / squid / msf.c
index 6b59f91..b322441 100644 (file)
@@ -14,7 +14,7 @@
  * formatted files. Designed using format specifications
  * kindly provided by Steve Smith of Genetics Computer Group.
  * 
- * RCS $Id: msf.c 217 2011-03-19 10:27:10Z andreas $ (Original squid RCS Id: msf.c,v 1.4 2001/04/23 00:35:33 eddy Exp)
+ * RCS $Id: msf.c 316 2016-12-16 16:14:39Z fabian $ (Original squid RCS Id: msf.c,v 1.4 2001/04/23 00:35:33 eddy Exp)
  */
 
 #include <stdio.h>
@@ -80,9 +80,9 @@ ReadMSF(MSAFILE *afp)
 {
   MSA    *msa;
   char   *s;
-  int     alleged_alen;
-  int     alleged_type;
-  int     alleged_checksum;
+  int     alleged_alen = 0;
+  int     alleged_type = 0;
+  int     alleged_checksum = 0;
   char   *tok;
   char   *sp;
   int     slen;