Oh! Gosh! Apologies for the following error which crept into the
source fix Lynn sent me ('}' missing):
: Add lines __after__ the above lines so that it now reads:
: if (IsSwiss || IsProtein)
: strcpy(header->type, "P");
: else {
: CapTokens(shortName);
: strcpy(header->shortName, shortName);
: strcpy(header->type, "N");
}
: if ( IsProtein ) }
: strcpy(header->shortName, shortName);
Really sorry!
R:)