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
87557255
Commit
87557255
authored
Jun 24, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cached_flush_text): Add trailing newline in format string to kom_log.
parent
5813896e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/server/dbck-cache.c
src/server/dbck-cache.c
+4
-4
No files found.
src/server/dbck-cache.c
View file @
87557255
/*
* $Id: dbck-cache.c,v 0.4
3
1999/06/
03 22:11
:06 ceder Exp $
* $Id: dbck-cache.c,v 0.4
4
1999/06/
24 12:57
:06 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
3
1999/06/
03 22:11
:06 ceder Exp $"
;
rcsid
=
"$Id: dbck-cache.c,v 0.4
4
1999/06/
24 12:57
:06 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -418,8 +418,8 @@ cached_flush_text(Text_no text_no,
{
if
(
text_no
>=
next_text_num
)
{
kom_log
(
"cached_flush_text(%lu, string): only text %lu exists."
,
(
u_long
)
text_no
,
(
u_long
)
next_text_num
);
kom_log
(
"cached_flush_text(%lu, string): only text %lu exists.
\n
"
,
(
u_long
)
text_no
,
(
u_long
)
next_text_num
);
return
;
}
...
...
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