Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset cce1b63
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:
2014-02-27T23:46:35Z (
11 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6a0cb16
Parents:
6ae1056
git-author:
Daniel Albers <daniel@…> (27-02-14 23:46:35)
git-committer:
dequis <dx@…> (27-02-14 23:46:35)
Message:
Fix for null pointer in nick_gen (Ticket
#1101
)
File:
1 edited
nick.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
nick.c
r6ae1056
rcce1b63
210
210
"UTF-8", "", NULL, NULL, NULL );
211
211
212
if(
chop && ( s = strchr( part, chop ) ) )
212
if(
part &&
chop && ( s = strchr( part, chop ) ) )
213
213
len = MIN( len, s - part );
214
214
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive