Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
fdbbc45
in code for
cmd.c
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:
Mar 5, 2014, 10:42:56 AM (
11 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
55923b7
Parents:
c9402c3
Message:
Correct strlen argument; from sthen via florian
File:
1 edited
cmd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
cmd.c
rc9402c3
rfdbbc45
124
124
}
125
125
126
if (strlen(
whom
) == 0) {
126
if (strlen(
arg
) == 0) {
127
127
icb_error(is, "Invalid user");
128
128
return;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive