Changeset 4a9c6b0
- Timestamp:
- 2017-11-23T20:57:04Z (7 years ago)
- Branches:
- master
- Children:
- 7a9d968, 7ec2ce8
- Parents:
- 49108f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r49108f3 r4a9c6b0 1440 1440 topic = ci->topic ? ci->topic : ""; 1441 1441 1442 padded = str_pad_and_truncate(ci->title , title_len, "[...]");1442 padded = str_pad_and_truncate(ci->title ? ci->title : "", title_len, "[...]"); 1443 1443 irc_rootmsg(irc, iformat, ++i, padded, topic); 1444 1444 g_free(padded);
Note: See TracChangeset
for help on using the changeset viewer.