Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 05b44da
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:
2008-06-24T09:15:47Z (
16 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d048ffc
Parents:
dfbb056
Message:
Fixed a bug with nickname handling. I really should kill all fixed-length
strings in BitlBee...
File:
1 edited
nick.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
nick.c
rdfbb056
r05b44da
47
47
48
48
store_handle = clean_handle( handle );
49
store_nick[MAX_NICK_LENGTH] = 0;
49
50
strncpy( store_nick, nick, MAX_NICK_LENGTH );
50
51
nick_strip( store_nick );
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive