Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e17bb6ce
Commit
e17bb6ce
authored
Nov 04, 2001
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(foutput_misc_info): Adjusted to Info_datum unification. Simplified code.
parent
c7afce24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
20 deletions
+5
-20
src/server/ram-output.c
src/server/ram-output.c
+5
-20
No files found.
src/server/ram-output.c
View file @
e17bb6ce
/*
* $Id: ram-output.c,v 0.3
6 1999/06/26 11:38:12
ceder Exp $
* $Id: ram-output.c,v 0.3
7 2001/11/04 14:19:40
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,7 +39,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: ram-output.c,v 0.3
6 1999/06/26 11:38:12
ceder Exp $"
;
rcsid
=
"$Id: ram-output.c,v 0.3
7 2001/11/04 14:19:40
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -833,17 +833,11 @@ foutput_misc_info(FILE *fp,
switch
(
misc
.
type
)
{
case
recpt
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
recipient
,
fp
);
break
;
case
cc_recpt
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
cc_recipient
,
fp
);
break
;
case
bcc_recpt
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
bcc_
recipient
,
fp
);
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
recipient
,
fp
);
break
;
case
loc_no
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
local_no
,
fp
);
break
;
...
...
@@ -853,19 +847,10 @@ foutput_misc_info(FILE *fp,
break
;
case
comm_to
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
comment_to
,
fp
);
break
;
case
comm_in
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
commented_in
,
fp
);
break
;
case
footn_to
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
footnote_to
,
fp
);
break
;
case
footn_in
:
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
footnoted_
in
,
fp
);
foutput_ulong
((
unsigned
long
)
misc
.
datum
.
text_l
in
k
,
fp
);
break
;
case
sent_by
:
...
...
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