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
21d7ce38
Commit
21d7ce38
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
(init_cache): Added a missing parameter in a log statement.
parent
885a6daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/simple-cache.c
View file @
21d7ce38
/*
* $Id: simple-cache.c,v 0.5
4
1996/07/2
5
0
2:28:59
ceder Exp $
* $Id: simple-cache.c,v 0.5
5
1996/07/2
6
0
1:50:12
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
* New save algorithm by ceder.
*/
static
char
*
rcsid
=
"$Id: simple-cache.c,v 0.5
4
1996/07/2
5
0
2:28:59
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: simple-cache.c,v 0.5
5
1996/07/2
6
0
1:50:12
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -2071,7 +2071,8 @@ init_cache(void)
datafile_version
=
get_version
(
param
.
datafile_name
);
if
(
datafile_version
!=
1
)
{
restart_kom
(
"init_cache: Incompatible data file version %d.
\n
"
);
restart_kom
(
"init_cache: Incompatible data file version %d.
\n
"
,
datafile_version
);
}
fseek
(
file_a
,
12
,
SEEK_SET
);
...
...
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