Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 6ef19f7
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:
2010-07-17T14:02:47Z (
14 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5e98ff0
Parents:
a91550c
Message:
Fixed bug in
r712
. Check part, not *part.
File:
1 edited
nick.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
nick.c
ra91550c
r6ef19f7
185
185
"UTF-8", NULL, NULL, NULL );
186
186
187
if( ret->len == 0 &&
*
part && isdigit( *part ) )
187
if( ret->len == 0 &&
part && isdigit( *part ) )
188
188
g_string_append_c( ret, '_' );
189
189
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive