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
e16a9985
Commit
e16a9985
authored
Jun 24, 1999
by
Per Cederqvist
Browse files
(do_create_conf): Add trailing newline in format string to kom_log.
parent
9a8962fe
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/conference.c
View file @
e16a9985
/*
/*
* $Id: conference.c,v 0.5
3
1999/06/
05
12:
19:03 by
er
s
Exp $
* $Id: conference.c,v 0.5
4
1999/06/
24
12:
25:12 ced
er Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
static
const
char
*
static
const
char
*
rcsid
=
"$Id: conference.c,v 0.5
3
1999/06/
05
12:
19:03 by
er
s
Exp $"
;
rcsid
=
"$Id: conference.c,v 0.5
4
1999/06/
24
12:
25:12 ced
er Exp $"
;
#include
"rcs.h"
#include
"rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -283,7 +283,7 @@ do_create_conf(String name,
...
@@ -283,7 +283,7 @@ do_create_conf(String name,
if
(
conf_no
==
0
)
if
(
conf_no
==
0
)
{
{
/* kom_errno and err_stat set in cached_create_conf */
/* kom_errno and err_stat set in cached_create_conf */
kom_log
(
"ERROR: Couldn't create conference. Too many conferences."
);
kom_log
(
"ERROR: Couldn't create conference. Too many conferences.
\n
"
);
return
0
;
return
0
;
}
}
...
...
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