Subversion Repositories svn1

Rev

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

Rev 240 Rev 256
Line 55... Line 55...
55
    {
55
    {
56
        team_type team_buf;
56
        team_type team_buf;
57
        if( valid_field( tm ) )
57
        if( valid_field( tm ) )
58
        {
58
        {
59
            g_record( tm, &team_buf );
59
            g_record( tm, &team_buf );
60
            if ( !team_buf.flags.disqualified)
60
            if ( !team_buf.flags.disqualified && team_buf.flags.valid)
61
            {
61
            {
62
                test_times( &team_buf, leg_end );
62
                test_times( &team_buf, leg_end );
63
                if( check_error.type > 0 )
63
                if( check_error.type > 0 )
64
                {
64
                {
65
                    count_bad++;
65
                    count_bad++;