Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
163c9181
Commit
163c9181
authored
May 22, 2006
by
Browse files
Small change
git-svn-id:
file:///home/svn/mapi/trunk@536
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
a60b97bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tracklib/irc.c
View file @
163c9181
...
...
@@ -251,42 +251,6 @@ static int irc_process(mapidflib_function_instance_t *instance,
}
if
(
iph
->
protocol
==
6
)
{
if
(
p
==
NULL
)
return
0
;
if
(
*
p
!=
'$'
)
return
0
;
/* if(p[len - 1] != '|')
return 0;
*/
}
else
if
(
iph
->
protocol
==
17
)
{
if
(
p
==
NULL
)
return
0
;
if
(
*
p
!=
'$'
)
return
0
;
/* if(p[len - 1] != '|')
return 0;
*/
}
else
{
return
0
;
}
/* for(i = 0; i < len && i < len; i++) {
if(isprint(p[i])){
printf("%c", p[i]);
}
else if(p[i] == '\n') {
printf(".");
}
else {
printf(".");
}
}
printf("\n\n");
*/
if
((
i
=
isIRC
(
instance
,
pkt
,
len
))
>=
0
)
{
unsigned
char
*
p_b
=
p
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment