Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 9e64011
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-02-17T02:28:05Z (
17 years
ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
12cc58b
Parents:
59ab2af
Message:
fix an uninitialized value
File:
1 edited
otr.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
otr.c
r59ab2af
r9e64011
769
769
/* interpret arg as 'user/protocol/account' if possible */
770
770
protocol = strchr(arg, '/');
771
myhandle = NULL;
771
772
if(protocol) {
772
773
*(protocol++) = '\0';
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive