Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 1aacef41
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:
2015-04-13T22:00:02Z (
10 years
ago)
Author:
dequis <dx@…>
Children:
291c49b
Parents:
0fb32dd
Message:
irc_im: fix parameter passed to irc_channel_name_gen
File:
1 edited
irc_im.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
irc_im.c
r0fb32dd
r1aacef41
617
617
irc_t *irc = bee->ui_data;
618
618
irc_channel_t *ircc;
619
char *full_name = irc_channel_name_gen(
bee
, name);
619
char *full_name = irc_channel_name_gen(
irc
, name);
620
620
621
621
ircc = irc_channel_new(irc, full_name);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive