Changes in / [788a1af:d74c644]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/passport.c

    r788a1af rd74c644  
    212212        if( passport_get_id_real( rep->func, rep->data, rep->header ) )
    213213        {
     214                rep->header = NULL;
    214215                destroy_reply( rep );
    215216                return;
  • set.c

    r788a1af rd74c644  
    175175        char *s;
    176176       
     177        /* Allow a minus at the first position. */
     178        if( *s == '-' )
     179                s ++;
     180       
    177181        for( s = value; *s; s ++ )
    178182                if( !isdigit( *s ) )
Note: See TracChangeset for help on using the changeset viewer.