Changeset 3325df7
- Timestamp:
- 2014-11-17T05:57:16Z (10 years ago)
- Branches:
- master
- Children:
- aa6bcd8
- Parents:
- a77a9ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
ra77a9ef r3325df7 207 207 char buf[1024]; 208 208 209 if( ( bd->flags & 30 ) != 8 && ( bd->flags & 30 ) != 16)209 if( !( bd->flags & MSN_BUDDY_PL ) ) 210 210 return; 211 211
Note: See TracChangeset
for help on using the changeset viewer.