- Timestamp:
- 2016-10-12T08:12:41Z (8 years ago)
- Branches:
- master
- Children:
- a08b2db
- Parents:
- 01d56c0
- git-author:
- dequis <dx@…> (12-10-16 08:07:25)
- git-committer:
- dequis <dx@…> (12-10-16 08:12:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r01d56c0 r9698fc0 466 466 467 467 if (subject && chat) { 468 char *subject_text = subject->text_len > 0 ? subject->text : ""; 468 char empty[1] = ""; 469 char *subject_text = subject->text_len > 0 ? subject->text : empty; 469 470 if (g_strcmp0(chat->topic, subject_text) != 0) { 470 471 bare_jid = (bud) ? jabber_get_bare_jid(bud->ext_jid) : NULL;
Note: See TracChangeset
for help on using the changeset viewer.