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
6304bad5
Commit
6304bad5
authored
Nov 12, 2002
by
Per Cederqvist
Browse files
(fparse_read_range_0): Fixed wrong function name in a log message.
parent
11fc1ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-parse.c
View file @
6304bad5
/*
* $Id: ram-parse.c,v 0.5
1
2002/11/1
1 23:45:11
ceder Exp $
* $Id: ram-parse.c,v 0.5
2
2002/11/1
2 17:40:56
ceder Exp $
* Copyright (C) 1991, 1993-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -522,7 +522,7 @@ fparse_read_range_0(FILE *fp,
{
err_stat
=
1
;
kom_errno
=
KOM_LDB_ERR
;
kom_log
(
"fparse_
membership
(): expected '}' at pos %lu.
\n
"
,
kom_log
(
"fparse_
read_range_0
(): expected '}' at pos %lu.
\n
"
,
(
unsigned
long
)
ftell
(
fp
));
return
FAILURE
;
}
...
...
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