Subversion Repositories svn1

Rev

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

Rev 91 Rev 126
Line 346... Line 346...
346
 
346
 
347
void leg_start(void)
347
void leg_start(void)
348
{
348
{
349
 
349
 
350
    team = config.min_team;                      /* Team we are working with */
350
    team = config.min_team;                      /* Team we are working with */
351
    cur( 0, 5 );
351
//    cur( 0, 5 );
352
    printf( "Setting start times for all valid teams from %-d to %-d \n",
352
//    printf( "Setting start times for all valid teams from %-d to %-d \n",
353
            config.min_team, config.max_team );
353
//            config.min_team, config.max_team );
354
    if( !getyes( "Continue operation" ) )
354
//    if( !getyes( "Continue operation" ) )
355
        return;
355
//        return;
356
 
356
 
357
    while( team <= config.max_team )
357
    while( team <= config.max_team )
358
    {
358
    {
359
        if( valid_field( team ) )
359
        if( valid_field( team ) )
360
        {
360
        {