search for: guessmodel

Displaying 1 result from an estimated 1 matches for "guessmodel".

2006 Apr 26
1
RE nut 2.0 fentonups and Xanto S3000R
...+ rtrim(cooked, ' '); + } else + cooked = xstrdup(raw); for (i = 0; mtab2[i].id != NULL; i++) { if (!strcmp(cooked, mtab2[i].id)) { @@ -74,7 +77,7 @@ static void guessmodel(const char *raw) char mch, *mstr; /* first see if it's in the mtab2 */ - if (check_mtab2(raw)) + if (check_mtab2(raw, 1)) return; mch = raw[17]; @@ -175,28 +178,36 @@...