Differences From Artifact [61a450e638]:
- File src/IRCUser.m — part of check-in [7a7f60e3e6] at 2018-11-06 22:20:12 on branch trunk — Adjust to ObjFW changes (user: js, size: 2639) [annotate] [blame] [check-ins using]
To Artifact [d20841002e]:
- File src/IRCUser.m — part of check-in [3bf621892c] at 2021-04-29 00:48:45 on branch trunk — Adjust to ObjFW changes (user: js, size: 2519) [annotate] [blame] [check-ins using]
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - - - - + | char *tmp2 = NULL; self = [super init]; @try { char *tmp; |
︙ |