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
d8c510a6
Commit
d8c510a6
authored
Feb 20, 1994
by
Per Cederqvist
Browse files
(query_next_text_num): The return value is a Text_no, not an int.
parent
d07d5b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/simple-cache.c
View file @
d8c510a6
/*
* $Id: simple-cache.c,v 0.4
3
1994/02/
19 04:19:00
ceder Exp $
* $Id: simple-cache.c,v 0.4
4
1994/02/
20 16:18:42
ceder Exp $
* Copyright (C) 1991 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.4
3
1994/02/
19 04:19:00
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: simple-cache.c,v 0.4
4
1994/02/
20 16:18:42
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -2302,7 +2302,7 @@ dump_cache_stats(FILE *fp)
}
EXPORT
int
EXPORT
Text_no
query_next_text_num
(
void
)
{
return
next_text_num
;
...
...
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