Changeset 5b01e1a
- Timestamp:
- 2015-11-24T15:05:41Z (9 years ago)
- Branches:
- master
- Children:
- 7554702
- Parents:
- ad9ac5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/presence.c
rad9ac5d r5b01e1a 186 186 char *prio = set_getstr(&ic->acc->set, "priority"); 187 187 188 if (jd->away_state ->code != NULL) {188 if (jd->away_state && jd->away_state->full_name != NULL) { 189 189 int new_prio = (atoi(prio) - 5); 190 190 if (new_prio < 0) {
Note: See TracChangeset
for help on using the changeset viewer.