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
a7abf8db
Commit
a7abf8db
authored
Aug 08, 1998
by
Per Cederqvist
Browse files
(prot_a_async_deleted_text): Fixed the size in the header. This emits
18 elements, not 16.
parent
f99d33b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-send-async.c
View file @
a7abf8db
/*
* $Id: prot-a-send-async.c,v 0.1
8
1998/0
7/27 15:22:53 by
er
s
Exp $
* $Id: prot-a-send-async.c,v 0.1
9
1998/0
8/08 21:41:44 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -27,7 +27,7 @@
*/
static
const
char
*
rcsid
=
"$Id: prot-a-send-async.c,v 0.1
8
1998/0
7/27 15:22:53 by
er
s
Exp $"
;
rcsid
=
"$Id: prot-a-send-async.c,v 0.1
9
1998/0
8/08 21:41:44 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -191,7 +191,7 @@ prot_a_async_deleted_text(Connection *cptr,
Text_stat
*
text_s
)
{
ASYNC_CHECK_ACCEPT
(
cptr
,
ay_deleted_text
);
async_header
(
cptr
,
1
6
,
ay_deleted_text
);
async_header
(
cptr
,
1
8
,
ay_deleted_text
);
mux_printf
(
cptr
,
" %lu"
,
text_no
);
prot_a_output_text_stat
(
cptr
,
text_s
);
async_trailer
(
cptr
);
...
...
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