Skip to content
GitLab
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
7dc15384
Commit
7dc15384
authored
Jul 13, 1996
by
Per Cederqvist
Browse files
(set_last_read): The second argument is a Local_text_no, not a Text_no.
parent
752d9e68
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/include/services.h
View file @
7dc15384
/*
* $Id: services.h,v 0.2
6
1996/0
6
/1
4
1
6:10:28 by
er
s
Exp $
* $Id: services.h,v 0.2
7
1996/0
7
/1
3
1
3:55:14 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -307,7 +307,7 @@ KOM_( set_unread (Conf_no conf_no,
extern
Success
KOM_
(
set_last_read
(
Conf_no
conf_no
,
T
ext_no
last_read
));
Local_t
ext_no
last_read
));
/*
...
...
src/server/membership.c
View file @
7dc15384
/*
* $Id: membership.c,v 0.2
6
1996/0
3
/1
2 22:01:37
ceder Exp $
* $Id: membership.c,v 0.2
7
1996/0
7
/1
3 13:56:24
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
#define DEBUG_MARK_AS_READ
static
char
*
rcsid
=
"$Id: membership.c,v 0.2
6
1996/0
3
/1
2 22:01:37
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: membership.c,v 0.2
7
1996/0
7
/1
3 13:56:24
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -1241,8 +1241,8 @@ set_unread (Conf_no conf_no,
* last_read is the last read text in conf_no.
*/
extern
Success
set_last_read
(
Conf_no
conf_no
,
T
ext_no
last_read
)
set_last_read
(
Conf_no
conf_no
,
Local_t
ext_no
last_read
)
{
Membership
*
mship
;
Conference
*
conf_c
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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