Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 3d365b4
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:
2015-11-08T00:21:35Z (
9 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
37c9653
Parents:
0a5d03c
Message:
otr_filter_colors: Also remove \x02 (irc bold)
File:
1 edited
otr.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
otr.c
r0a5d03c
r3d365b4
754
754
int i;
755
755
for (i = 0; msg[i]; i++) {
756
if (msg[i] == '\x0
3') {
756
if (msg[i] == '\x0
2' || msg[i] == '\x0
3') {
757
757
msg[i] = '?';
758
758
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive