Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 9c7ef22
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2016-12-26T00:31:18Z (
8 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
26eed8a
Parents:
59ccef5
Message:
nick_strip: accept null irc parameter
Sometimes I'm randomly reminded that we have a test suite.
File:
1 edited
nick.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
nick.c
r59ccef5
r9c7ef22
293
293
{
294
294
int len = 0;
295
gboolean nick_underscores =
set_getbool(&irc->b->set, "nick_underscores")
;
295
gboolean nick_underscores =
irc ? set_getbool(&irc->b->set, "nick_underscores") : FALSE
;
296
296
297
297
if (irc && (irc->status & IRC_UTF8_NICKS)) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive