Changeset 11d4123
- Timestamp:
- 2016-11-19T08:10:48Z (8 years ago)
- Branches:
- master
- Children:
- 5a8afc3
- Parents:
- 66b7741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/unknown.c
r66b7741 r11d4123 34 34 35 35 msg = explain_unknown_protocol(acc->prpl->name); 36 imcb_error(ic, msg);36 imcb_error(ic, "%s", msg); 37 37 g_free(msg); 38 38
Note: See TracChangeset
for help on using the changeset viewer.