Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0efd098b
Commit
0efd098b
authored
Jan 13, 2003
by
Per Cederqvist
Browse files
(is_member_in_linked_recpt): Fixed cut-n-paste error.
parent
3b9066e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/text.c
View file @
0efd098b
/*
* $Id: text.c,v 0.10
0
2003/01/13 1
0:05:29
ceder Exp $
* $Id: text.c,v 0.10
1
2003/01/13 1
1:24:02
ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -550,7 +550,7 @@ is_member_in_linked_recpt(const Person *person,
linked_nr
=
s_strtol
(
*
data
,
&
end
);
if
(
end
==
-
1
)
continue
;
if
(
end
!=
s_strlen
(
copy
))
if
(
end
!=
s_strlen
(
*
data
))
continue
;
if
(
is_member_in_recpt_of
(
person
,
linked_nr
,
skip_passive
)
==
TRUE
)
...
...
@@ -561,7 +561,7 @@ is_member_in_linked_recpt(const Person *person,
linked_nr
=
s_strtol
(
*
data
,
&
end
);
if
(
end
==
-
1
)
continue
;
if
(
end
!=
s_strlen
(
copy
))
if
(
end
!=
s_strlen
(
*
data
))
continue
;
if
(
linked_nr
==
0
...
...
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