Subversion Repositories svn1-original

Rev

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

Rev 374 Rev 375
Line 2495... Line 2495...
2495
    {
2495
    {
2496
        print_bold( TRUE );
2496
        print_bold( TRUE );
2497
        print( "%-13s  ", config.leg_name[i - 1] );
2497
        print( "%-13s  ", config.leg_name[i - 1] );
2498
        print_bold( FALSE );
2498
        print_bold( FALSE );
2499
    }
2499
    }
-
 
2500
    if ( config.num_legs != 1 ) {
-
 
2501
        print_bold( TRUE );
2500
    if ( config.num_legs != 1 ) print( "%-13s  ", final ? "Total" : "" );
2502
        print( "%-13s  ", final ? "Total" : "" );
-
 
2503
        print_bold( FALSE );
-
 
2504
    }
2501
    print( "\n" );
2505
    print( "\n" );
2502
 
2506
 
2503
    /*
2507
    /*
2504
    **  Print the fastest teams for each leg and overall
2508
    **  Print the fastest teams for each leg and overall
2505
    **  Add cross references to the team names for the fastest teams
2509
    **  Add cross references to the team names for the fastest teams