Subversion Repositories svn1

Rev

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

Rev 359 Rev 361
Line 2441... Line 2441...
2441
 
2441
 
2442
 
2442
 
2443
    if (config.num_legs == 1 ) {
2443
    if (config.num_legs == 1 ) {
2444
        print( "  %-8s", "Time" );
2444
        print( "  %-8s", "Time" );
2445
        print( " %-*s", MAX_TM_NAME + 1, "Team Name" );
2445
        print( " %-*s", MAX_TM_NAME + 1, "Team Name" );
2446
        print( "%-4s\n", "Plce" );
2446
        print( "%4s\n", "Plce" );
2447
 
2447
 
2448
    } else {
2448
    } else {
2449
        for( j = 1; j <= config.num_legs; j++ )
2449
        for( j = 1; j <= config.num_legs; j++ )
2450
            print( "  %-8s %-4s %-4s", "Time", " LP", " EP" );
2450
            print( "  %-8s %4s %4s", "Time", "LP", "EP" );
2451
        print( "  %-8s %-4s\n", "Time", "Plce" );
2451
        print( "  %-8s %4s\n", "Time", "Plce" );
2452
    }
2452
    }
2453
 
2453
 
2454
 
2454
 
2455
    print_underline( FALSE );
2455
    print_underline( FALSE );
2456
}
2456
}