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
3fe44169
Commit
3fe44169
authored
Nov 08, 1995
by
Per Cederqvist
Browse files
(check_misc_infos): Fixed misleading error messages.
parent
e4f84449
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/dbck.c
View file @
3fe44169
/*
* $Id: dbck.c,v 0.2
7
1995/11/0
2
21:
48:40
ceder Exp $
* $Id: dbck.c,v 0.2
8
1995/11/0
8
21:
01:15
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Author: Per Cederqvist.
*/
static
char
*
rcsid
=
"$Id: dbck.c,v 0.2
7
1995/11/0
2
21:
48:40
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: dbck.c,v 0.2
8
1995/11/0
8
21:
01:15
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -537,7 +537,7 @@ check_misc_infos(Text_no tno,
}
else
if
(
!
is_commented_in
(
tno
,
t
))
{
log
(
"Text %lu is
a
comment
to
%lu, but not the reverse.
\n
"
,
log
(
"Text %lu is comment
ed in
%lu, but not the reverse.
\n
"
,
(
unsigned
long
)
tno
,
(
unsigned
long
)
group
.
commented_in
);
error
++
;
}
...
...
@@ -593,7 +593,7 @@ check_misc_infos(Text_no tno,
}
else
if
(
!
is_footnoted_in
(
tno
,
t
))
{
log
(
"Text %lu is
a
footnot
to
%lu, but not the reverse.
\n
"
,
log
(
"Text %lu is footnot
ed in
%lu, but not the reverse.
\n
"
,
(
unsigned
long
)
tno
,
(
unsigned
long
)
group
.
footnoted_in
);
error
++
;
}
...
...
Write
Preview
Supports
Markdown
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