Subversion Repositories svn1-original

Rev

Rev 264 | Rev 281 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 264 Rev 280
Line 92... Line 92...
92
                {
92
                {
93
                    addItem(tm, 0, QString("Team %1, No Team Name specified").arg(QString::number(tm) ) );
93
                    addItem(tm, 0, QString("Team %1, No Team Name specified").arg(QString::number(tm) ) );
94
                    badData = 1;
94
                    badData = 1;
95
                }
95
                }
96
 
96
 
-
 
97
                // Test for NE Team with a team name
-
 
98
                if ( team_buf.flags.non_equestrian && config.equestrian_leg )
-
 
99
                {
-
 
100
                    int neindex = config.equestrian_leg - 1;
-
 
101
                    char *nptr = team_buf.members[neindex].name;
-
 
102
 
-
 
103
                    if ( *nptr && strcmp(nptr, "0") != 0 && strcmp(nptr, "-") != 0 && stricmp(nptr, "N/A") != 0 )
-
 
104
                    {
-
 
105
                        addItem(tm, 0, QString("Team %1, NE with named competitor: %2").arg(QString::number(tm)).arg(nptr) );
-
 
106
                        badData = 1;
-
 
107
                    }
-
 
108
                }
-
 
109
 
97
                // Test Leg Data if required
110
                // Test Leg Data if required
98
                if (leg_end)
111
                if (leg_end)
99
                {
112
                {
100
                    test_times( &team_buf, leg_end );
113
                    test_times( &team_buf, leg_end );
101
                    if( check_error.type > 0 )
114
                    if( check_error.type > 0 )