Changes in / [788a1af:d74c644]
- 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.