Subversion Repositories svn1-original

Rev

Rev 250 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 250 Rev 280
Line 92... Line 92...
92
            // If NE then
92
            // If NE then
93
            //      If we have a competitor name - warn
93
            //      If we have a competitor name - warn
94
            //      Don't add in time
94
            //      Don't add in time
95
            if ( i + 1 == config.equestrian_leg && data->flags.non_equestrian   )
95
            if ( i + 1 == config.equestrian_leg && data->flags.non_equestrian   )
96
            {
96
            {
-
 
97
                // This error is now detected by the caller
97
                if ( data->members[i].name[0] && use->end >= 0)
98
                //if ( data->members[i].name[0] && use->end >= 0)
98
                {
99
                //{
99
                    if( !check_error.leg )
100
                //    if( !check_error.leg )
100
                    {
101
                //    {
101
                        check_error.leg = i + 1;
102
                //        check_error.leg = i + 1;
102
                        check_error.type = 5;
103
                //        check_error.type = 5;
103
                    }
104
                //    }
104
                }
105
                //}
105
                use->elapsed = -1;
106
                use->elapsed = -1;
106
                continue;
107
                continue;
107
            }
108
            }
108
 
109
 
109
 
110