Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
SplitMsg
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:
Feb 9, 2007, 3:34:34 PM (
18 years
ago)
Author:
alain
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SplitMsg
v6
v7
87
87
char buf[32];
88
88
srl_mwmr_read(input, buf, 8);
89
srl_log_printf(NONE, "Consumer : %s\n
", buf);
89
srl_log_printf(NONE, "Consumer : %s\n
\n
", buf);
90
90
}
91
91
}}}