- Timestamp:
- 2006-10-24T19:04:52Z (18 years ago)
- Branches:
- master
- Children:
- abbd8ed
- Parents:
- f0071b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/message.c
rf0071b7 r62d0c14 53 53 } 54 54 55 if( strcmp( type, "headline" ) == 0 )55 if( type && strcmp( type, "headline" ) == 0 ) 56 56 { 57 57 c = xt_find_node( node->children, "subject" );
Note: See TracChangeset
for help on using the changeset viewer.