Changeset d74c644
- Timestamp:
- 2006-10-15T20:46:22Z (18 years ago)
- 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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/passport.c
r788a1af rd74c644 212 212 if( passport_get_id_real( rep->func, rep->data, rep->header ) ) 213 213 { 214 rep->header = NULL; 214 215 destroy_reply( rep ); 215 216 return; -
set.c
r788a1af rd74c644 175 175 char *s; 176 176 177 /* Allow a minus at the first position. */ 178 if( *s == '-' ) 179 s ++; 180 177 181 for( s = value; *s; s ++ ) 178 182 if( !isdigit( *s ) )
Note: See TracChangeset
for help on using the changeset viewer.