Changes in protocols/msn/msn_util.c [c0db0d3:913a663]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
rc0db0d3 r913a663 41 41 } 42 42 43 return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" t=\"1\"><s n=\"IM\" l=\"%d\" /></c></d></ml>",43 return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" l=\"%d\" t=\"1\"/></d></ml>", 44 44 domain, handle, list); 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.