Subversion Repositories svn1

Rev

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

Rev 386 Rev 390
Line 789... Line 789...
789
void ls_timer_short( t_legs * ptr, int num, bool suppress )
789
void ls_timer_short( t_legs * ptr, int num, bool suppress )
790
{
790
{
791
    maraTime_t      time;
791
    maraTime_t      time;
792
    bool        flags;
792
    bool        flags;
793
 
793
 
-
 
794
    Q_UNUSED(num);
-
 
795
 
794
    if ( suppress )
796
    if ( suppress )
795
    {
797
    {
796
        print( "%-8s   %-5s", "","");
798
        print( "%-8s   %-5s", "","");
797
        return;
799
        return;
798
    }
800
    }
Line 865... Line 867...
865
void ls_team_short( t_legs * ptr, int num, bool suppress )
867
void ls_team_short( t_legs * ptr, int num, bool suppress )
866
{
868
{
867
    maraTime_t      time;
869
    maraTime_t      time;
868
    bool        flags;
870
    bool        flags;
869
 
871
 
-
 
872
    Q_UNUSED(num);
-
 
873
 
870
    if ( suppress )
874
    if ( suppress )
871
    {
875
    {
872
        print( "%-5s   %-8s", "","");
876
        print( "%-5s   %-8s", "","");
873
        return;
877
        return;
874
    }
878
    }