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
4e7107e6
Commit
4e7107e6
authored
Jul 23, 1996
by
David Byers
Browse files
(foutput_conf_type): Enable output of the new bits since the database
now has a version number.
parent
b6c34867
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-output.c
View file @
4e7107e6
/*
* $Id: ram-output.c,v 0.1
6
199
5/11/08 21:44:30 ced
er Exp $
* $Id: ram-output.c,v 0.1
7
199
6/07/23 08:36:57 by
er
s
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
6
199
5/11/08 21:44:30 ced
er Exp $"
;
static
char
*
rcsid
=
"$Id: ram-output.c,v 0.1
7
199
6/07/23 08:36:57 by
er
s
Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -326,13 +326,10 @@ 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
.
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