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
c0d1e703
Commit
c0d1e703
authored
Oct 23, 2002
by
Per Cederqvist
Browse files
(aux_item_validate): Added a trailing dot to a log message.
parent
f7bf6f3e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/aux-items.c
View file @
c0d1e703
/*
* $Id: aux-items.c,v 1.4
7
2002/10/
05 07:23:20
ceder Exp $
* $Id: aux-items.c,v 1.4
8
2002/10/
23 08:42:45
ceder Exp $
* Copyright (C) 1994-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -952,7 +952,7 @@ static Bool aux_item_validate(Aux_item_validation_data validation_data)
if
(
def
->
validators
[
i
].
v
.
re
.
cached_re_buf
==
NULL
)
{
kom_log
(
"Failed to cache regexp validator for
\"
%s
\"
. "
"Rejecting all such items
\n
"
,
"Rejecting all such items
.
\n
"
,
def
->
name
);
sfree
(
def
->
validators
[
i
].
v
.
re
.
regexp
);
def
->
validators
[
i
].
v
.
re
.
regexp
=
NULL
;
...
...
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