Changeset d74c644


Ignore:
Timestamp:
2006-10-15T20:46:22Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
aaaed5e
Parents:
788a1af (diff), 5eec897 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from devel.

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.