Changeset fb117aee for protocols/bee_user.c
- Timestamp:
- 2010-04-02T02:29:45Z (15 years ago)
- Branches:
- master
- Children:
- 231b08b
- Parents:
- e63507a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
re63507a rfb117aee 92 92 msg = buf; 93 93 } 94 95 st = bu->ic->acc->prpl->buddy_msg( bu->ic, bu->handle, msg, flags ); 94 else 95 buf = g_strdup( msg ); 96 97 st = bu->ic->acc->prpl->buddy_msg( bu->ic, bu->handle, buf, flags ); 96 98 g_free( buf ); 97 99
Note: See TracChangeset
for help on using the changeset viewer.