Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
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
97b224f4
Commit
97b224f4
authored
Jun 27, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_cache): Use an int to store the return value from getc.
parent
f9bb7fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/server/dbck-cache.c
src/server/dbck-cache.c
+4
-3
No files found.
src/server/dbck-cache.c
View file @
97b224f4
/*
* $Id: dbck-cache.c,v 0.4
4
1999/06/2
4
1
2
:5
7:06
ceder Exp $
* $Id: dbck-cache.c,v 0.4
5
1999/06/2
7
1
5
:5
5:50
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,7 +39,7 @@
static
const
char
*
rcsid
=
"$Id: dbck-cache.c,v 0.4
4
1999/06/2
4
1
2
:5
7:06
ceder Exp $"
;
rcsid
=
"$Id: dbck-cache.c,v 0.4
5
1999/06/2
7
1
5
:5
5:50
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -841,7 +841,8 @@ init_cache(void)
extern
Bool
truncated_texts
;
/* from dbck.c */
long
num
;
long
data_file_version
;
char
done
,
read_text_num
,
read_conf_num
,
c
;
char
done
,
read_text_num
,
read_conf_num
;
int
c
;
extern
int
modifications
;
extern
int
pers_pres_conf
;
extern
int
conf_pres_conf
;
...
...
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