Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6755e15
in code for
icb.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:
Aug 24, 2017, 10:16:42 PM (
8 years
ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
9336c3b
Parents:
ab3bb32
Message:
Avoid comma operator
File:
1 edited
icb.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icb.c
rab3bb32
r6755e15
765
765
if ((size_t)di + 1 >= dstsize - 1)
766
766
break;
767
dst[di++] = '%', dst[di] = '%';
767
dst[di++] = '%';
768
dst[di] = '%';
768
769
} else if (src[si] == ' ' && flags & VIS_SP)
769
770
dst[di] = '_';
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive