Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > b1e0122c5dfe6354c910ca7b303cffb3 > files > 5

wise-2.4.1-2.mga3.src.rpm

--- src/models/phasemodel.dy.old	2012-03-05 14:02:42.034004014 +0100
+++ src/models/phasemodel.dy	2012-03-05 14:02:57.064985852 +0100
@@ -72,7 +72,7 @@ ProteinIntronList * read_ProteinIntronLi
     if( line[0] == '#' ) {
       continue;
     }
-    if( !isnumber(line[0]) ) {
+    if( !isdigit(line[0]) ) {
       warn("Bad looking line in intron file, %s",line);
       continue;
     }