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
51d74d9a
Commit
51d74d9a
authored
Mar 05, 1994
by
Per Cederqvist
Browse files
(assign_defaults): Fixed bug in error message printing.
parent
cda6e6e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/conf-file.c
View file @
51d74d9a
/*
* $Id: conf-file.c,v 1.
3
1994/0
2/19 03:41:51
ceder Exp $
* $Id: conf-file.c,v 1.
4
1994/0
3/05 22:15:20
ceder Exp $
* Copyright (C) 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,7 +26,7 @@
* Read configuration files.
*/
static
char
*
rcsid
=
"$Id: conf-file.c,v 1.
3
1994/0
2/19 03:41:51
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: conf-file.c,v 1.
4
1994/0
3/05 22:15:20
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -80,7 +80,7 @@ assign_defaults(const struct parameter *par,
if
(
assignment_count
[
ix
]
<
par
[
ix
].
min_assignments
)
{
log
(
"Parameter %s only assigned %d times (%d times needed)
\n
"
,
assignment_count
[
ix
],
par
[
ix
].
min_assignments
);
par
[
ix
].
name
,
assignment_count
[
ix
],
par
[
ix
].
min_assignments
);
(
*
err
)
++
;
}
else
if
(
assignment_count
[
ix
]
==
0
)
...
...
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