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
f284403d
Commit
f284403d
authored
Nov 08, 1995
by
Per Cederqvist
Browse files
(foutput_conf_type): Disable output of the new bits until the database
has a version number.
parent
c03311ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-output.c
View file @
f284403d
/*
* $Id: ram-output.c,v 0.1
5
1995/1
0/31 11:23:19 by
er
s
Exp $
* $Id: ram-output.c,v 0.1
6
1995/1
1/08 21:44:30 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
* (It worked - now saving is twice as fast.)
*/
static
char
*
rcsid
=
"$Id: ram-output.c,v 0.1
5
1995/1
0/31 11:23:19 by
er
s
Exp $"
;
static
char
*
rcsid
=
"$Id: ram-output.c,v 0.1
6
1995/1
1/08 21:44:30 ced
er Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -326,10 +326,13 @@ foutput_conf_type(FILE *fp,
putc
(
type
.
original
+
'0'
,
fp
);
putc
(
type
.
secret
+
'0'
,
fp
);
putc
(
type
.
letter_box
+
'0'
,
fp
);
#if 0
/* Not yet. Not until the database includes a version number. */
putc(type.anarchy + '0', fp);
putc(type.reserved1 + '0', fp);
putc(type.reserved2 + '0', fp);
putc(type.reserved3 + '0', fp);
#endif
}
...
...
Write
Preview
Supports
Markdown
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